You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains Python scripts for calculating the Gini Impurity measure for each feature in a relational dataset, great for feature selection, data preprocessing, decision tree construction, binary classification tasks.
The complete Python code for the Attribute Selection Algorithm, using the parameters Entropy, Information gain and Gini Index. The following code will help in induction of the Decision Tree using a custom data set present in CSV format.
A collection of experiments I have performed for the course "Machine Learning" as part of the curriculum for Semester 6 of TY B. Tech. Computer Engineering at KJ Somaiya College of Engineering.
A comprehensive study of the "Balmer Peak" phenomenon in binary search algorithms, where introducing controlled randomness (epsilon) can improve performance on certain array structures.