dayam8696 / Hacktoberfest2024_JH

It's time to contribute to HacktoberFest 2024 :) This repository is for beginners who want to contribution in open source Hacktoberfest 2024.
https://hacktoberfest.com/
1 stars 30 forks source link

A model to classify the Iris dataset using a Decision Tree #17

Closed Ayahelmaoui closed 4 days ago

Ayahelmaoui commented 4 days ago

Added a simple Decision Tree model using scikit-learn to classify the Iris dataset, along with train/test split and accuracy calculation.