Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Виталий Поздняков authored and Виталий Поздняков committed Jan 5, 2020
2 parents 2e0e8de + 6861583 commit e9b18c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The train and test datasets must be represented as ```pandas.DataFrame```. The c
>>> X_train, X_test, y_train, y_test\
= model_selection.train_test_split(X, y, test_size=0.33, random_state=0)

>>> clf = fca.LazyClassifier(threshold=0.000001, bias='false')
>>> clf = fca.LazyClassifier(threshold=0.000001, bias='negative')
>>> clf.fit(X_train, y_train)
>>> clf.score(X_test, y_test)

Expand Down

0 comments on commit e9b18c0

Please sign in to comment.