Skip to content

Better tag inheritance to match with latest scikit-learn versions#232

Merged
rtavenar merged 8 commits intomasterfrom
default_tags
May 15, 2020
Merged

Better tag inheritance to match with latest scikit-learn versions#232
rtavenar merged 8 commits intomasterfrom
default_tags

Conversation

@rtavenar
Copy link
Copy Markdown
Member

The goal is to fix #231

Copy link
Copy Markdown
Contributor

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me (but I don't know some other minor things would need fixing to make CI green).

@rtavenar
Copy link
Copy Markdown
Member Author

OK, it seems that most tests pass. The only failing tests are for Python3.5 since I refactored the checks for them to match sklearn checks in v0.23 but for this Python version, there is no sklearn v0.23 package available. I will probably just patch the pipeline configuration to skip estimator checks for this case.

@rth
Copy link
Copy Markdown
Contributor

rth commented May 15, 2020

Great!

The only failing tests are for Python3.5 since I refactored the checks for them to match sklearn checks in v0.23 but for this Python version, there is no sklearn v0.23 package available.

Yeah, skipping them on Python 3.5 sounds good.

@rtavenar
Copy link
Copy Markdown
Member Author

Thanks a lot @rth ! Now I think we can use the estimator checks again :)

@rtavenar rtavenar merged commit e928a35 into master May 15, 2020
@rtavenar rtavenar deleted the default_tags branch May 26, 2020 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When using sklearn v0.23, some estimator checks fail

2 participants