pip install -r requirements.txt
python concrete.py
-
This code includes the classification using random forest and svm for the concrete dataset.
-
This code includes the ROC curve for the random forest classifier, feature importance for the random forest classifier, and the decision boundary for the svm classifier.