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.
Interactive loan prediction system built with Streamlit and Decision Tree Classifier. Implements mathematical models like entropy, Gini impurity, and information gain with real-time visualization. Combines ML, statistics, and feature engineering for interpretable financial analytics.
Design and Implementation of Random Forest algorithm from scratch to execute Pacman strategies and actions in a deterministic, fully observable Pacman Environment.