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…
🌟 Time Series Forecasting for Industrial Wastewater - Predicting heavy metal concentrations using advanced models like **ARIMA** and **PSO-LSTM**, blending statistical and machine learning techniques to enhance wastewater treatment efficiency. 🚀
RandomSearch CV vs Grid Search
A Streamlit web app utilizing Python, scikit-learn, and pandas for used car price prediction. Features data preprocessing (scaling, encoding), Random Forest model optimization with GridSearchCV, and interactive user input handling. Achieves high accuracy (R² score: 0.9028), showcasing skills in machine learning, data engineering, and deployment.
Advanced ML Case Study where we use ML algorithms to detect malware from a given piece of software.
Analyzing a dataset of bank transactions and using gradient boosting classifier to capture as many fraudulent transactions as possible while minimizing false positives.
Enhancing The Performance Of Classifiers In Detecting Abnormalities In Medical Data Using Nature Inspired Optimization Techniques
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%.
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.
A machine learning project to predict loan defaults in a German bank's customer base. Using the German Credit Risk dataset, it explores key factors contributing to defaults and trains models like Random Forest, GBM, and XGBoost. Includes EDA, data processing, hyperparameter tuning, and model evaluation.
El proyecto tiene como finalidad predecir el consumo eléctrico utilizando diferentes modelos de regresion
Anomaly-Based Network Intrusion Detection Using Ensemble Learning
GridSearchCV, RandomSearchCV For Model optimization and Saving/Loading the model
Exploratory data analysis exercises to understand the main characteristics of a given data set before performing more advanced analysis or further modeling
This project predicts California housing prices using machine learning regression models, including Random Forests and Decision Trees. It covers data preprocessing, exploratory analysis, model training, and hyperparameter tuning to optimize performance.
Credit score prediction using classification models (Multi-class prediction)
Implementation of Hyper-parameter tuning of ML models
Predict precipitation to mitigate flood damage in Bangladesh
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."