We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[95], line 1 ----> 1 keras_reg = keras.wrappers.scikit_learn.KerasRegressor(build_model) File ~/tf2/lib/python3.8/site-packages/tensorflow/python/util/lazy_loader.py:59, in LazyLoader.__getattr__(self, item) 57 def __getattr__(self, item): 58 module = self._load() ---> 59 return getattr(module, item) AttributeError: module 'keras.api._v2.keras' has no attribute 'wrappers'
The text was updated successfully, but these errors were encountered:
ageron#618
Sorry, something went wrong.
Downgrading tensorflow solved it.
pip install tensorflow==2.12.1
https://pypi.org/project/tensorflow/#history
No branches or pull requests
The text was updated successfully, but these errors were encountered: