8000 Apply suggestions from code review · scikit-learn/blog@868b03b · GitHub
[go: up one dir, main page]

Skip to content

Commit 868b03b

Browse files
Apply suggestions from code review
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
1 parent aaeee6d commit 868b03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2024-12-05-dev-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ fix issues with their estimators. Note that you can now pass `legacy=False` to b
129129
`check_estimator` and `parametrize_with_checks` to include only strictly API related
130130
tests.
131131

132-
The above changes means developers need to updated their estimators and depending on
132+
The above changes means developers need to update their estimators and depending on
133133
what they use, write scikit-learn version specific code to handle supporting multiple
134134
scikit-learn versions. To make that process easier, we've worked on a package called
135135
[`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
138138
it helps developers out there.
139139

140140
If you think there are missing functionalities in the developer API, please let us know
141-
and give us feedback on your [issue tracker](
141+
and give us feedback on our [issue tracker](
142142
https://github.com/scikit-learn/scikit-learn/issues).

0 commit comments

Comments
 (0)
0