nishusingh11 / machine-learning-engineering-bda696

0 stars 0 forks source link

First Commit #1

Closed nishusingh11 closed 3 years ago

nishusingh11 commented 3 years ago

Implementation of assignment 1, which includes four functions: load()- use to load data into data frames. statistic_summary()- use to print the statistic summary of data. plot_data()- visualization of data with different plots using plotly. random_forest()- used StandardScaler() and RandomForestClassifier() to analyse and build model decision_tree()- used StandardScaler() and DecisionTreeClassifier() to transform and build model