/MachineLearning

Built machine learning models and get accuracy score for train, validation and test data for different ml algorithms

Primary LanguageJupyter Notebook

The function get X, y, test_size and alogrithm list and build models for each algorithm. Then, the accuracy score for each model is calculated for the train, validation and test, and the results obtained are converted into pandas data frame.