xgbclassifier
There are 35 repositories under xgbclassifier topic.
anjalysam/Health-Insurance-Cross-Sell-Prediction
Predict Health Insurance Owners' who will be interested in Vehicle Insurance
rudrajikadra/Parkinsons-Disease-Detection-ML-Project-with-XGBClassifier
In this project, I have created a Machine Learning model using XGBClassifier to Detect Parkinsons Disease with eXtreme Gradient Boosting (XGBoost).
Kavya2099/Heart-Attack-Analysis-Prediction
Heart Attack Analysis & Prediction model created for DataTalks.Club mlzoomcamp course
MrAnayDongre/Parkinsons-DiseaseDetection
In this Python machine learning project, using the Python libraries scikit-learn, numpy, pandas, and xgboost, I have build a model using an XGBClassifier. We’ll load the data, get the features and labels, scale the features, then split the dataset, build an XGBClassifier, and then calculate the accuracy of our model.
SINGHxTUSHAR/Sensor-Fault-Detection
Data fetched by wafers is to be passed through the machine learning pipeline and it is to be determined whether the wafer at hand is faulty or not apparently obliterating the need and thus cost of hiring manual labour.
ichwan97/Weather-Prediction-With-Gradient-Boost
Weather Prediction With Gradient Boost
Ali-jalil88/-Bank-Marketing-Machine-Learning
Bank Marketing Classifcation machine learning using 6 Models each of models given another accuracy
artefucktor/samokat_workshop
Задача от Яндекс.Практикум и Samokat.tech – реализовать векторный поиск и решить усечённую задачу матчинга
hvignolo87/Marketing-Campaign-Classification
Real case of classification with machine learning. Analysis of real data from telemarketing campaigns of a Portuguese bank.
rutujahingankar/Health-insurance-cross-sell-prediction
Predict Health Insurance Owners who will be interested in Vehicle Insurance
smh997/Audiobook-Customer-Segmentation-and-Purchase-Prediction
Segmenting customers of an audiobook platform and predicting their future purchase.
Billie-LS/modeling_da_loans
Using supervised learning on Lending Club loan data to predict default and / or bad loans
connect-web/OSRS-ML
MlFlow Project creating pipelines and using Grid-Search Cross Validation to find optimal parameters for Old School Runescape Machine Learning datasets.
georgemuriithi/bank-loan-customers
Clustering bank loan customers using KMeans clustering and predicting their loan statuses using XGBClassifier. The prediction model is explained with SHAP values.
imane-ayouni/Iris
Different classification algorithms to predict the species of Iris flowers
LHarieswar/Email-Spam-Classifier
Spam Email Detection using Machine Learning Classifier Algorithms
mauryashobhit/heart_disease
classifying a patient has a heart disease or not
mishika12/NLP-Classification_of_Tweets_into_Troll_Comments
Analyzing tweets from Twitter and classifying them into trolls using Natural Language Processing
ozerzeynep/DiabetesForecast
Diyabet Tespiti Projesi 💉
Singhananddev/Health-insurance-cross-sell-prediction
Health-insurance-cross-sell-prediction
Sumit2514/Household-Participation-in-Financial-Market
Develop a supervised model which predict whether or not participate in financial market in Python and using multivariate analysis ,determine key factors that lead to participation in financial market
Sumit2514/Loan-Defaulter-Prediction
Develop supervised model which predict the loan defaulter in python using XGBClassifer
tpurcell0122github/ReneWind
ReneWind operates wind farms. Unexpected turbine failures are presenting operational and financial problems. This project uses machine learning to develop a model that accurately predict component failure, which will give the firm more control over maintenance scheduling, costs and power generation.
Abrar2652/IEEE-CIS-Fraud-Detection-Project
This is the first project to be completed in Upskill ISA Intelligent Machines. The project was done after the end of the competition. The XGBClassifier used in this model obtained 0.950844 public scores on Kaggle.
ashishyadav24092000/Detect_Parkinson_XGBOOSTCLASSIFIER
Detecting Parkinson Using extreme gradient boosting(XGBOOSTING) Algorithm.
ashishyadav24092000/XGBClassifier_titanicSurvivors
In this problem i have tried to explain how XGB algorithm works in case of classification. I have also stated the accuracy score at the end for our XGBClassifier model. The confusion matrix has also been shown for the same. I have used the Kaggle Dataset - Titanic Survivors csv file.
demonpratapdemon/Malware-Detection
Malware Detection is a Kaggle Competition held privately which detects the probability of a machine being infected with malware or not given various features of each machine.
divya21raj/Parkinson-s-Disease-Detection
Detecting Parkinson's using the XGBClassifier
imane-ayouni/Pima
Different classification algorithms to determine whether or not an individual from the Pima group will have type 2 diabetes
lexxai/goit_python_ds_hw_05
Метод опорних векторів -Support Vector Machine, SVM. Дерева рішень - RandomForestClassifier, XGBClassifier
SujanNeupane42/Titanic-Survival-Prediction
In this classification project, we will use different features like passenger class, sex, age, fare, etc to predict whether a person will survive in titanic or not.
theshreyansh/Detecting-Parkinsons-Disease
Detecting Parkinson’s Disease – Python Machine Learning Project