supervised-classification-methods
There are 35 repositories under supervised-classification-methods topic.
krishnakafle/gee-tutorials
This code base is collection of codes that are freely available for google earth engine. This is the collection of tutorials prepared by multiple individuals that were shared publicly as documents for learning purposes. These documents has been converted to web pages and are made easy access to the normal users via web page.
MachineLearningBCAM/MRCpy
A Library for Minimax Risk Classifiers
marvinquiet/Cellcano
Supervised cell type identification for scATAC-seq data
biomed-AI/SANGO
The official implementation for "SANGO".
sandibaeva52/Early-stage-diabetes-risk-prediction-analysis
This dataset contains the sign and symptom data of newly diabetic or would-be diabetic patients. The data were collected using direct questionnaires from the patients of Sylhet Diabetes Hospital in Sylhet, Bangladesh, and approved by a doctor.
MachineLearningBCAM/Minimax-risk-classifiers-NeurIPS-2020
Minimax Classification with 0-1 Loss and Performance Guarantees
keerthikkn/Aviation_delay_prediction
flight delay prediction using XGboost classifier
zhaoxin1124ds/NLP-on-scientific-articles-for-information-retrieval
NLP on scientific articles to create the vector space model, and the information retrieval was realized using cosine similarity ranking.
zhaoxin1124ds/Shill-bidding-detection-
Combination of unsupervised clustering and supervised classification to detect shill bidding on eBay.
codeboy47/News-Aggregator
Simple news article classifier based on the UCI ML News Aggregator dataset using scikit-learn, SelectPercentile and GridSearchCV
Elliott-dev/Machine-Learning-Predicting-Credit-Risk
In this assignment, I will be building a machine learning model that attempts to predict whether a loan from LendingClub will become high risk or not.
MachineLearningBCAM/Constraint-Generation-for-MRCs-UAI-2023
Efficient Learning of Minimax Risk Classifiers in High Dimensions
preciousoben/Breast-Cancer-Classification-Model-End-to-End-Machine-Learning-Pipeline
This project builds a breast cancer classification model using numerical data like mean_radius and mean_area to predict diagnosis (benign/malignant). Random Forest was the top performer among models. A KNIME workflow ensures reproducibility, and predictions on unseen data are demonstrated.
RohanUCLesnar/Heart-Disease-Prediction-Using-Machine-Learning-CS892
CSE Final Year Project. Heart Disease Prediction using Supervised Learning namely - Logistic Regression, Naive Bayes, K-NN, Decision Tree and Random Forest. The Porject is done in Python.
VaasuDevanS/SVM-in-RemoteSensing
Presentation about SVM using Iris-datasets (code-along) and Implemented for Satellite imagery
avimonda298/MachineLearning-Supervised
Worked on Decision Trees, Random Forest,Gradient Boost Machines, XGBoost, lighgbm on Bank, boston, stat_oil, iris datasets
deepakramani/basicad_framework
This repo contains the files for building a basic autonomous driving framework
JaimeInchaurraga/02_ML_Project_Credit_Score_Classification
My first personal Machine Learning project: a supervised multi-class classification model focused on the creation of credit score classification for the financial sector.
jiko23/jayanta
Unbalanced data classification
nerealosadac/reality-mining-mlnn
Machine learning. Analyzing the Reality Mining Data using supervised classifiers.
paocarvajal1912/Supervised_Credit_Risk_Classification
Uses Logistic Regression and various machine learning techniques to train and evaluate models with imbalanced classes applied to identify the creditworthiness of borrowers.
ricardozacarias/flight-delays
Predicting flight delays in US domestic flights using machine learning.
rupasureshkumar/data-science
data science projects
sevenstarknight/LINEARSupervisedClassification
The initial analysis of LINEAR data using supervised classification methods.
ShanmugapriyaMurugavel/Applied-Machine-Learning
Applied Machine Learning projects includes: a supervised machine learning model to classify emails from the given dataset as spam and not-spam. 2.
swastikchavan/classifying-fake-and-real-yelp-reviews-using-topic-modelling
A Supervised machine learning based topic modelling approach for yelp's real and fake reviews categorisation problem
yashshah4/Data-Science-Projects
A collection of interesting Data Science Projects that highlight my foundational understanding of data science
YNWA-Algo/IBM-ML-AI-CERT-PROJECT1
IBM ML/AI Certification Projects Repo - EDA, Supervised ML
analyticalnahid/Supervised-Machine-Learning
Most popular supervised Machine Learning algorithms from scratch with Scikit-learn implementation
denissejoyce/Supervised-Model-Cup
This notebook tested the performance of the following scikit-learn models: Logistic Regression, Multilayer Perception, Naive Bayes, KNN, and Random Forest Classifier in classifying whether a person has thyroid or not based on the dataset provided. Each model’s performance has been evaluated using the F1 Score. NOTE: This notebook was used for a homework — we were tasked to choose 1 model out of the previously mentioned models and tweak its hyper parameters so we can get the best F1 score.
KARTHEEKCIC/Minimax-Risk-Classifiers
Variations of minimax risk classifiers with different loss functions
pysr1/CSfair2017
Project from UVM CS fair. Collaborated with student Simon Pavlow.
skaty5678/customer_churn_prediction
Customer churn prediction using various supervised classification algorithms.