File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
129129` check_estimator ` and ` parametrize_with_checks ` to include only strictly API related
130130tests.
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
133133what they use, write scikit-learn version specific code to handle supporting multiple
134134scikit-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
138138it helps developers out there.
139139
140140If 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] (
142142https://github.com/scikit-learn/scikit-learn/issues ).
You can’t perform that action at this time.
0 commit comments