You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today when I was installing the package I faced the same issue. The error is due to the deprecated sklearn package. Instead sklearn , you should use the scikit-learn package. To address this issue, you can follow these steps:
1. Clone the repository:
git clone https://github.com/brazil-data-cube/stmetrics.git cd stmetrics
2.Edit the dependencies:
Open setup.py in a text editor.
Replace sklearn with scikit-learn in the install_requires list or anywhere else it appears.
For example, if your setup.py looks like this: install_requires=[ 'scipy', 'sklearn', ... ],
Hello, team of developers,
I'm trying to install the stmetrics package, however python gave me a metadata generation error.
Google Colab:
Planetary Computer:
I would like to know how to install the package.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: