Machine learning models to predict a patient's diagnosis based on features selected from a dataset
-
Updated
Jul 14, 2022 - Python
Machine learning models to predict a patient's diagnosis based on features selected from a dataset
ID3 is a Machine Learning Decision Tree Algorithm that uses two methods to build the model. The two methods are Information Gain and Gini Index.
Python solutions for Introduction to AI laboratory exercises.
ID3 Decision Tree based on iris.data
A Python GUI project to compute the results of Data Mining Classification Algorithms: Naive Bayes & ID3 Decision Tree.
Assignments for CS760
This repository contains a simple implementation of the ID3 decision tree learning algorithm in Python. The ID3 algorithm is a popular machine learning algorithm used for building decision trees based on given data.
Add a description, image, and links to the id3-decision-tree topic page so that developers can more easily learn about it.
To associate your repository with the id3-decision-tree topic, visit your repo's landing page and select "manage topics."