Using various supervised learning estimators in Sci-Kit Learn to get the best prediction accuracy if possible for the pima indians dataset.
-
Updated
Jul 22, 2025 - Jupyter Notebook
Using various supervised learning estimators in Sci-Kit Learn to get the best prediction accuracy if possible for the pima indians dataset.
Predicts early diabetes risk using SMOTE for balancing and KNN for classification.
I developed a sophisticated ML model using LLMs to predict user preferences in chatbot interactions.implemented a comprehensive data preprocessing pipeline,including feature extraction and encoding,to optimize performance. conducted extensive hyperparameter tuning and evaluation, enhancing accuracy and in AI-driven conversational systems.
Using scikit-learn RandomizedSearchCV and cross_val_score for ML Nested Cross Validation
Classifies e-commerce user intent to purchase using ML models on session data.
In this project, I have developed a Machine Learning model to predict whether users will click on ads. By analyzing various characteristics of users who click on ads, we can gain valuable insights and optimize ad campaigns for better engagement.
This is a Kaggle Dataset where we classify the cars using their various features. Here I used plotly to visualize the Accuracy Scores. Also I used CrossValScore to get More accurate Accuracy Score.
Iris dataset
This project analyzes and predicts apartment rental prices in Manhattan using machine learning techniques. The dataset is sourced from StreetEasy and contains various features about rental listings, such as the number of bedrooms, bathrooms, square footage, amenities, and proximity to the subway.
Built Random Forest classifier from scratch on top of Scikit Learn decision trees. Using Scikit Learn to create data cleaning pipelines, perform grid searches for hyper parameter tuning, and decision tree modeling
Model-Validation-Methods
Calculate the bias of k-fold cross-validation with hyper-parameter configuration
K Nearest Neighbours in Python
Exploring a music dataset by examining correlations between numerical variables, running a principal component analysis for dimensionality reduction and finally fitting both scikit learn Decision Tree Classification and Logistic Regression models to compare their performance.
Machine learning model which can predict the strength of a mixture for given composition of ingredients like cement, slag, ash, water, superplastic, coarse aggregates, fine aggregates, age.
A Linear Regression project to analyze and predict sales based on TV, Radio, and Newspaper advertisement budgets.
GridSearchCV, RandomSearchCV For Model optimization and Saving/Loading the model
GridSearchCV For Model optimization
Add a description, image, and links to the cross-validation-score topic page so that developers can more easily learn about it.
To associate your repository with the cross-validation-score topic, visit your repo's landing page and select "manage topics."