Is there an existing issue for this?
Current Behavior
In https://github.com/juaml/julearn/blob/main/julearn/scoring/available_scorers.py#L54
The error message raised is:
"please use julearn.scorers.list_scorers to get a list".
However, scorers changed the name to scoring.
You can not run the suggested command.
Expected Behavior
change line to "please use julearn.scoring.list_scorers to get a list"
Steps To Reproduce
Try to run the command suggested in the error.
Environment
Relevant log output
Anything else?
No response
Is there an existing issue for this?
Current Behavior
In https://github.com/juaml/julearn/blob/main/julearn/scoring/available_scorers.py#L54
The error message raised is:
"please use julearn.scorers.list_scorers to get a list".
However,
scorerschanged the name toscoring.You can not run the suggested command.
Expected Behavior
change line to "please use julearn.scoring.list_scorers to get a list"
Steps To Reproduce
Try to run the command suggested in the error.
Environment
Relevant log output
Anything else?
No response