...
This commit is contained in:
parent
cf478016b0
commit
732ccb42e5
|
@ -136,6 +136,8 @@ class Components :
|
|||
# We need to make sure that continuous columns are removed
|
||||
if x_cols :
|
||||
_args['data'] = df[list(set(df.columns) - set(x_cols))]
|
||||
if 'gpu' in args :
|
||||
_args['gpu'] = args['gpu']
|
||||
data.maker.train(**_args)
|
||||
|
||||
if 'autopilot' in ( list(args.keys())) :
|
||||
|
|
Loading…
Reference in New Issue