Merge pull request #91 from ryanrussell/patch-1

docs(readme): Fix Typo sklean -> sklearn
pull/92/head
nyanp 2022-04-24 08:46:56 +09:00 committed by GitHub
commit e3e27408bb
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