ML_Model_implementaion
Implementation of ML models like Decision tree, Naive Bayes, Logistic Regression and many other
dectree_model: Implementation of "Decision tree" algorithm with accurary calculation using confusion matrix and decision tree regressor on iris.csv dataset.