Skip to content

Commit 7781501

Browse files
committed
Changed the format of requirement.txt
1 parent 469fd07 commit 7781501

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed
+7-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
here are requirement->
2-
import pandas as pd
3-
import numpy as np
4-
import matplotlib.pyplot as plt
5-
import seaborn as sns
6-
from sklearn.model_selection import train_test_split
7-
from sklearn.preprocessing import StandardScaler, OneHotEncoder
8-
from sklearn.compose import ColumnTransformer
9-
from sklearn.pipeline import Pipeline
10-
from sklearn.impute import SimpleImputer
11-
from sklearn.ensemble import RandomForestClassifier
12-
from sklearn.metrics import accuracy_score, confusion_matrix, classification_report, roc_curve, auc
1+
pandas
2+
numpy
3+
matplotlib
4+
seaborn
5+
scikit-learn
6+
streamlit
7+
joblib

0 commit comments

Comments
 (0)