Add Decision Tree analysis notebook and script

- Created a new Jupyter notebook `EDA_Decision_Tree.ipynb` for exploratory data analysis and decision tree classification using the biologically selected dataset.
- Developed a Python script `make_decision_tree_notebook.py` to automate the creation of the decision tree notebook, including data preparation, model training, evaluation, and visualization steps.
- Implemented iterative tuning of the decision tree model with cross-validation and hyperparameter search for improved performance and interpretability.
This commit is contained in:
rpotter6298
2026-05-14 09:46:31 +02:00
parent e47f846f17
commit 6552f622df
3 changed files with 2383 additions and 2 deletions
File diff suppressed because one or more lines are too long