-
Notifications
You must be signed in to change notification settings - Fork 38
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
Unable to use SCC or PCC #36
Comments
Thanks for the issue. I have published a new version: 0.2.1. Please install the new version and check. Please let me know if you find any problem with the new version. |
Dear,
Thank you so much.
Regards
…On Wed, May 17, 2023 at 7:56 PM RITAM GUHA ***@***.***> wrote:
Thanks for the issue. I have published a new version: 0.2.1. Please
install the new version and check. Please let me know if you find any
problem with the new version.
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AREUCDYKPMDNGZIRSS7IEVTXGTNYFANCNFSM6AAAAAAYDTZ2UU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
#Need to add "results." before "solution" in binary classification otherwise you'll get
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from Py_FS.filter import SCC
fs=SCC(x.values,target)
print(fs.scores)
Above code shows 'None'. Is there anything that needs to change? How to calculate the score for either SCC or PCC?
The text was updated successfully, but these errors were encountered: