Last active
February 20, 2020 18:24
-
-
Save vilsonrodrigues/c45a024955b71c231389fadab6f510dc to your computer and use it in GitHub Desktop.
Importando lib do cross-validation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sklearn.model_selection import cross_val_score | |
import Numpy as np |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment