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
An end-to-end machine learning project to predict the sale price of bulldozers. This repository details a full data science workflow, including data preprocessing, model training with scikit-learn pipelines, hyperparameter tuning, and model evaluation.
A Python project that predicts car models based on customer attributes like Gender and Color using a Decision Tree Classifier. Includes categorical encoding, model persistence, accuracy evaluation, and basic data analysis with pandas.
🚗 Predict car models using decision tree classification based on user attributes like gender and color while analyzing automotive datasets effectively.