-
Notifications
You must be signed in to change notification settings - Fork 6
Decision Tree Analysis : Heart Failure Prediction
Rahul Mondal edited this page Jun 3, 2021
·
3 revisions
- RSTudio - Histogram of Continuous Variables, Boxplot of Continuous Variables, Barplot of Discrete Variables, Scatter Plot between Variables combinations [pairplot in Jupyter Notebook (python)]
- Jupyter Notebook - Pairplot of Variables, Descriptive Statistics
- RStudio - separation of Training Dataset and Testing Dataset
- RStudio - package "part" for CART
- Jupyter Notebook - package "sklearn" for Gini Index splitting of Decision Tree