Build a baseline Decision Tree classifier
Open
easy
good first issue
track: library
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Train a baseline DecisionTreeClassifier using standard library tools with default parameters. Report accuracy, precision, recall, and F1-score on both train and validation splits. Add a short note on whether the default tree shows signs of overfitting.
Contributor guide
Research direction
No file or test is named in the issue. Start by locating the repository's notebook or classifier entry point and confirming how the train and validation splits are represented. Train the default decision tree, report accuracy, precision, recall, and F1 on both splits, and document whether the results indicate overfitting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python, scikit-learn
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100