docs(readme): Fix Typo sklean -> sklearn

pull/91/head
r 2022-04-23 16:32:52 -05:00 committed by GitHub
parent 6f209339de
commit ce00ff92e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ auc, importance = adversarial_validate(train, test, importance_type='gain')
### Validation Splitters
nyaggle provides a set of validation splitters that compatible with sklean interface.
nyaggle provides a set of validation splitters that compatible with sklearn interface.
```python
import pandas as pd