From 868b03b650539f2df1529ee4b2103dce1c51a570 Mon Sep 17 00:00:00 2001 From: Adrin Jalali Date: Wed, 11 Dec 2024 13:55:24 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérémie du Boisberranger --- _posts/2024-12-05-dev-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-12-05-dev-api.md b/_posts/2024-12-05-dev-api.md index b6a397e..36b43c3 100644 --- a/_posts/2024-12-05-dev-api.md +++ b/_posts/2024-12-05-dev-api.md @@ -129,7 +129,7 @@ fix issues with their estimators. Note that you can now pass `legacy=False` to b `check_estimator` and `parametrize_with_checks` to include only strictly API related tests. -The above changes means developers need to updated their estimators and depending on +The above changes means developers need to update their estimators and depending on what they use, write scikit-learn version specific code to handle supporting multiple scikit-learn versions. To make that process easier, we've worked on a package called [`sklearn_compat`](https://github.com/sklearn-compat/sklearn-compat/). You can either @@ -138,5 +138,5 @@ the moment this project is in its infancy and might change in the future. But ho it helps developers out there. If you think there are missing functionalities in the developer API, please let us know -and give us feedback on your [issue tracker]( +and give us feedback on our [issue tracker]( https://github.com/scikit-learn/scikit-learn/issues).