votingclassifier
There are 8 repositories under votingclassifier topic.
Aviator10/Analysis-and-prediction-of-online-shoppers-purchasing-intention-using-various-algorithms-CAPSTONE
Build a predictive machine learning model that could categorize users as either, revenue generating, and non-revenue generating based on their behavior while navigating a website. In order to predict the purchasing intention of the visitor, aggregated page view data kept track during the visit along with some session is used and user information as input to machine learning algorithms. Oversampling/Undersampling and feature selection techniques are applied to improve the success rates and scalability of the models.
seb-in/10-Classifiers-Confusion-Matrix-and-Accuracy
SVM, Logistic Regression, K-Nearest Neighbors Classifier, GaussianNB, Random Forest, XGBoost, DecisionTree Classifier, Ensembled Classifier, ExtraTrees Classifier, Voting Classifier
SpooderManEXE/Speech-Emotion-Recognition-using-MLP
The SER model is capable of detecting eight different male/female emotions from audio speeches using MLP and RAVDESS model
vidyavarshini17/CROP-PREDICTION-USING-ML
Using the above system, farmers can be guided in the choice of crops to be grown by predicting the suitable ones for a given region by incorporating supervised ML algorithms.
drajwal1511/Predicting-Diabetic-patient-using-Ensemble-Learning
Ensemble Learning to predict whether a patient is diabetic or not.
fatimaAfzaal/Diabetes-Prediction-Project-Using-Voting-Classifier
This project focuses on predicting the likelihood of a person having diabetes based on various health-related attributes. It employs a Voting Classifier, which combines the predictions of multiple machine learning models, to improve prediction accuracy.