-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
sklearn ! #10
Comments
Thank you for sharing. So, how did you solve this problem |
I tried to setup the package manully, first downloaded the requirements from the github page , then changed all 'sklearn's to 'scikit-learn'. |
Oh, that's really a pity. I'm learning how to use deep learning methods to downscale MODIS remote sensing data. This is one of the few code paths I've found, but it obviously doesn't work now. Do you have any relevant experience to share? |
I'm also getting same errors, kindly help... |
Try changing sklearn to scikit-learn and install tensorflow 2.12.0. chnage . or try to use fork version of mine. i made necessary correction. try fork version of mine https://github.com/ayeshh/dl4ds |
i forgor to mention it is needed python 3.10 |
Hey there,
Greetings
I think in the setup.py and requirment txt files, the package 'scikit-learn' is metioned as 'sklearn' which is deprecated in newer versions.
This is causing error while installing the 'dl4ds'.
Cheers,
The text was updated successfully, but these errors were encountered: