I believe your error is when defining the clf. You don’t need to specify x and y. It seems to mess up the thing.
Try with : clf = af.AutoFeatRegressor()
CLICK HERE to find out more related problems solutions.
I believe your error is when defining the clf. You don’t need to specify x and y. It seems to mess up the thing.
Try with : clf = af.AutoFeatRegressor()
CLICK HERE to find out more related problems solutions.