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
Here we can see when the random choice is made and then split into train/test.
julearn/julearn/model_selection/stratified_bootstrap.py
Lines 100 to 102 in 2e30b6e
Basically, whatever gets chosen as test, should not be in the train.
This does not go with the Out of Bag Boostrap defitinion.
We should resample with repetition and whatever sample is not in the train set, is the test.
This can also allow us to implement the .632 and .632+ scoring correction methods.
latest julearn
not relevant
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Here we can see when the random choice is made and then split into train/test.
julearn/julearn/model_selection/stratified_bootstrap.py
Lines 100 to 102 in 2e30b6e
Expected Behavior
Basically, whatever gets chosen as test, should not be in the train.
This does not go with the Out of Bag Boostrap defitinion.
We should resample with repetition and whatever sample is not in the train set, is the test.
This can also allow us to implement the .632 and .632+ scoring correction methods.
Steps To Reproduce
latest julearn
Environment
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: