Skip to content

Commit 1235c0c

Browse files
authored
Update scikit.md
1 parent 4ddf191 commit 1235c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

materials/scikit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Scikit-learn is a popular machine learning library in Python, but it also provid
8787
f_values, p_values = f_classif(X, y)
8888
```
8989

90+
## Example
91+
9092
```python
9193
import pandas as pd
9294
from sklearn.model_selection import train_test_split

0 commit comments

Comments
 (0)