We will discuss the Hyper Parameter Tuning for different Machine Learning Algorithm
-
Updated
Oct 20, 2020 - Jupyter Notebook
We will discuss the Hyper Parameter Tuning for different Machine Learning Algorithm
Classification model to predict the probability that a customer defaults based on their monthly customer statements using the data provided by American Express.
Hyperparameter optimization or tuning is the problem of choosing a set of optimal hyperparameters for a learning algorithm. A hyperparameter is a parameter whose value is used to control the learning process. By contrast, the values of other parameters (typically node weights) are learned. Hyperparameters are crucial as they control the overall…
RandomSearch CV vs Grid Search
Advanced ML Case Study where we use ML algorithms to detect malware from a given piece of software.
Enhancing The Performance Of Classifiers In Detecting Abnormalities In Medical Data Using Nature Inspired Optimization Techniques
Analyzing a dataset of bank transactions and using gradient boosting classifier to capture as many fraudulent transactions as possible while minimizing false positives.
Algorithms used to confirm whether a celestial body is a planet or not.
This is a Premiere Project done by Team Gitlab in Hamoye Data Science Program Dec'22. Out of 5 models used on the data, Random Forest Classifier was used to further improve the prediction of characters death. With parameter tuning and few cross validation, we were able to reduce the base error by 5.42% and increase accuracy by 2,42%.
Predict precipitation to mitigate flood damage in Bangladesh
This project aims to develop a machine learning model to predict bike-sharing demand based on various factors such as weather conditions, time of day, and historical usage patterns. The dataset used for this project consists of 8760 records and 14 attributes.
This is an End-to-End Data Science Project built in order to help an International E-commerce Company to predict whether their product will be delivered on the committed Delivery Time or not
GridSearchCV, RandomSearchCV For Model optimization and Saving/Loading the model
Implementation of Hyper-parameter tuning of ML models
Credit score prediction using classification models (Multi-class prediction)
The business objective was to predict the present the price of the car Year,based on features such as selling price, present price, kilometers driven, fuel type, seller type, transmission, owner.
Exploratory data analysis exercises to understand the main characteristics of a given data set before performing more advanced analysis or further modeling
List of completed academic projects
Machine Learning with Sklearn
This project explores the working of various Boosting algorithms and analyzes the results across different algorithms. Algorithms Used are: Random Forest, Ada Boost, Gradient Boost and XG Boost
Add a description, image, and links to the randomsearch-cv topic page so that developers can more easily learn about it.
To associate your repository with the randomsearch-cv topic, visit your repo's landing page and select "manage topics."