Study Session - Anki - Scikit Learn, Model Selection, RandomForestClassifier, Cross Val Score 5.7.21

preview_player
Показать описание
This is just a study session of me reviewing my flashcards and going over the code in Google Colab.

This video is for beginners transitioning into intermediate level with Scikit-Learn / want to learn more about functions used with scikit-learn.

In this video, I go over my custom flashcards created with Anki. Anki is useful because it focuses on Spaced Repetition.

☑️ Need a Data Analysis Tutor for SQL or Pandas 🐼? (Can help with Data Science as well.)
Book a session on Snugg :

☑️ Github for code for Code in Video:

X_train, X_test, y_train,y_test = train_test_split(X,y,test_size=0.2)
import numpy as np
rf_params = {'n_estimator' : [100,200,400,500],
'max_depth': [2,1,0,5],
'max_features': ['auto','sqrt'],
'min_samples_split': range(2, 403, 10),
'min_samples_leaf': [1,2,3,4]
}

rf_rscv = RandomizedSearchCV(clf, param_distributions=rf_params, n_iter=10, cv=5, verbose=2)

Bitcoin Wallet:
1KCG3JnY2FJje1GgCcRpCWXCLauHZPU1zA

ETH:
0x0b53fD1D09F973Cd38979f452B081db2f1dA20bC

Doge:
DNhBEk89wbgCtNP9PASqi3cHFZ4UnKMBwS
Рекомендации по теме