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
Hi @christopherjenness I think it would be nice if there was a requirements list to go though to install everything needed for the test file. Here the is what I had to do to set that up on my system:
pip install -U scikit-learn to install sklearn pip install pytest pip install hdbscan or conda install -c conda-forge hdbscan
I actually also expected the test folder to provide an example of the code´s application, not the assertions, I would add an example.py for that (eg. using the code in the README).
The text was updated successfully, but these errors were encountered:
If you are sure that the installation works flawlessly, you can ignore this (I was using pycharm and Windows 10 Pro by the way). I think what would be interesting though would still be a file example.py.
Hi @christopherjenness I think it would be nice if there was a requirements list to go though to install everything needed for the test file. Here the is what I had to do to set that up on my system:
pip install -U scikit-learn
to install sklearnpip install pytest
pip install hdbscan
orconda install -c conda-forge hdbscan
I actually also expected the test folder to provide an example of the code´s application, not the assertions, I would add an
example.py
for that (eg. using the code in the README).The text was updated successfully, but these errors were encountered: