Skip to content

Commit

Permalink
Update docs/contribute/modules/theorist.md
Browse files Browse the repository at this point in the history
Co-authored-by: Younes Strittmatter <[email protected]>
  • Loading branch information
musslick and younesStrittmatter authored Oct 6, 2024
1 parent 6f3663d commit 24bcc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/modules/theorist.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ from sklearn.base import BaseEstimator

class ExampleRegressor(BaseEstimator):
def __init__(self, input_argument):
self.arbitrary = input_argument
self.input_argument = 'something arbitrary'
print(input_argument)


Expand Down

0 comments on commit 24bcc9f

Please sign in to comment.