Created
July 11, 2022 11:00
-
-
Save neelindresh/40c3158c592e6b0ddcbab68ab89a76de to your computer and use it in GitHub Desktop.
This file contains hidden or 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.linear_model import LogisticRegression | |
from sklearn.ensemble import RandomForestClassifier | |
from sklearn.tree import DecisionTreeClassifier | |
from xgboost import XGBClassifier | |
from sklearn.metrics import accuracy_score,precision_score,recall_score,f1_score |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment