Skip to content

Commit

Permalink
some more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Sep 8, 2023
1 parent 6e40bc0 commit f7696f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Here's a list of features that this library currently offers:
We want to be rather open here in what we accept but we do demand three
things before they become added to the project:

1. any new feature contributes towards a demonstratable real-world usecase
1. any new feature contributes towards a demonstrable real-world usecase
2. any new feature passes standard unit tests (we use the ones from scikit-learn)
3. the feature has been discussed in the issue list beforehand

Expand Down
2 changes: 1 addition & 1 deletion sklego/linear_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def constraints(self, y_hat, y_true, sensitive, n_obs):

class BaseScipyMinimizeRegressor(BaseEstimator, RegressorMixin, ABC):
"""
Base class for regressors relying on scipy's minimze method. Derive a class from this one and give it the function to be minimized.
Base class for regressors relying on scipy's minimize method. Derive a class from this one and give it the function to be minimized.
Parameters
----------
Expand Down

0 comments on commit f7696f7

Please sign in to comment.