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
Hello, I wanted to test your library but whenever I try to import a class it shows me:
ModuleNotFoundError: No module named 'ReliefF'
So I only tried this at my jupyter notebook but also in a console
from Py_FS.filter import PCC from Py_FS.filter import SCC
I am using 22.04.1-Ubuntu and python 3.11.6
Thank you very much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I wanted to test your library but whenever I try to import a class it shows me:
ModuleNotFoundError: No module named 'ReliefF'
So I only tried this at my jupyter notebook but also in a console
from Py_FS.filter import PCC
from Py_FS.filter import SCC
I am using 22.04.1-Ubuntu and python 3.11.6
Thank you very much
The text was updated successfully, but these errors were encountered: