Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 220 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 220 Bytes

Trained an ML model classifying baseball pitches as a strike or a ball with 0.94 accuracy given a CSV file. The Decision Tree Classifier model provided the best accuracy rates. Python, Pandas, and Scikit-learn are used.