Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Allow
MapieRegressor
to use K-fold iterator variants with stratification and groups. #393Allow
MapieRegressor
to use K-fold iterator variants with stratification and groups. #393Changes from 19 commits
ebfb6be
cc15afc
609d164
f376205
bf81194
7411e64
1d0c0b9
9fe7fe9
c1fd023
b81cc9e
b1b93de
d332dba
824518d
98fadea
87e6684
99e1133
e2bbb5f
1b589b1
4f4305d
592e151
8ee2bfe
4084e81
69cce60
2104ffa
b6dd81b
c009bbc
67bbdfb
97815a6
cda63e3
5777331
7ddf6b8
abc80a0
160e225
d36f06f
7609cbd
39e23a5
c4d0444
065a4cc
33766df
891517f
85bea5c
f240e8b
d448546
e32c154
b9f25fa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you encountered a problem that justifies this addition to the file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @thibaultcordier. By default the
lint
command in your Makefile will scan every folder in the current workspace..venv
is the default location when using vscode and virtual envs, so yourlint
command was also scanning every dependency in the virtual env folder.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @pidefrem,
Could you please remove the environment? You can also save the env somewhere else than in the MAPIE folder.
Thank you!