Skip to content

Instantly share code, notes, and snippets.

View lorransr's full-sized avatar
🏠
Working from home

Lorran Rodrigues lorransr

🏠
Working from home
  • Gupy
  • Rio de Janeiro, Brazil
View GitHub Profile
@lorransr
lorransr / .py
Last active October 7, 2022 20:51
Simple Training Multiple ML Models with Sklearn
#Mostly copied from: https://towardsdatascience.com/quickly-test-multiple-models-a98477476f0
from typing import List, Tuple
from sklearn.datasets import load_breast_cancer
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LogisticRegression
from sklearn.neighbors import KNeighborsClassifier
from sklearn.svm import SVC
from sklearn.ensemble import RandomForestClassifier
from sklearn.naive_bayes import GaussianNB

Keybase proof

I hereby claim:

  • I am lorransr on github.
  • I am lorransr (https://keybase.io/lorransr) on keybase.
  • I have a public key ASDAMN7_96zldoZlBvdvA5QDJozverO9MyQyR3QHghNUoAo

To claim this, I am signing this object: