File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ fix issues with their estimators. Note that you can now pass `legacy=False` to b
129
129
` check_estimator ` and ` parametrize_with_checks ` to include only strictly API related
130
130
tests.
131
131
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
133
133
what they use, write scikit-learn version specific code to handle supporting multiple
134
134
scikit-learn versions. To make that process easier, we've worked on a package called
135
135
[ ` 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
138
138
it helps developers out there.
139
139
140
140
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] (
142
142
https://github.com/scikit-learn/scikit-learn/issues ).
You can’t perform that action at this time.
0 commit comments