Creates a decision tree classifier for abalone age classification using sample data.
From root folder:
python evaluate.py
This outputs my current accuracy with the given thresholds.
Creates a decision tree classifier for abalone age classification using sample data
Python