Open JonHolman opened 6 years ago
Hi John! Thanks for filing this.
keras or tensorflow (not sure which one) broke their api in a recent release. try pip install keras==2.1.1
, and if that doesn't do it pip install tensorflow==1.4.0
.
as for the linear models- that one's new. i'll try to look into that soon. ping me here if you're currently blocked on this and i'll try to get to it quicker!
thanks again for the bug report.
Thanks Preston!
getting the same error with DeepLearningClassifier
what package I should install to use DeepLearningClassifier, DeepLearningRegressor?
is it possible to run with very simple packages in use?
I have found that the train method gives "AttributeError: 'int' object has no attribute 'ndim'" with DeepLearningClassifier and DeepLearningRegressor.
LinearRegression and Ridge gives the error "IndexError: invalid index to scalar variable."
I had to test the models individually to see this, when they are included with other models, the error is not shown, the indication is the mean score of -1000000000.0000
The code that recreates the issue is: