selectkbest
There are 18 repositories under selectkbest topic.
bhattbhavesh91/chi-squared-feature-selection-selectkbest
Chi-Squared For Feature Selection using SelectKBest
Manaliagarwal/Student-Alcohol-Consumption-Detection-
With the Student Alcohol Consumption data set, we predict high or low alcohol consumption of students.
Chandradithya8/Feature_Selection
Feature Selection is the process where you automatically or manually select those features which contribute most to your prediction variable or output in which you are interested in. Having irrelevant features in your data can decrease the accuracy of the models and make your model learn based on irrelevant features.
bhattbhavesh91/selectkbest-from-scratch
Implementing SelectKBest from Scratch for a Regression problem
SrinathMurali96/Heart_Attack_Prediction-Using_Feature-Selection_Algorithm
Heart Attack Prediction by implementing Feature Selection such as SelectKBest & Recursive Feature Elimination
rakibhhridoy/MachineLearning-FeatureSelection
Before training a model or feed a model, first priority is on data,not in model. The more data is preprocessed and engineered the more model will learn. Feature selectio one of the methods processing data before feeding the model. Various feature selection techniques is shown here.
sanketmaneDS/Decision_Tree
This repository contains introductory notebooks for Decision tree
weichi21/KNN-Model-Car-Price-Prediction
Predictive modeling project by implementing KNN regression model.
jeroenvansweeveldt/predicting_depression-machine_learning_exercise
Data and code for a machine learning exercise in which I predict the development of depression.
kapilrajnangare/Vehicle_loan_defaulter
A financial institution wants to accurately predict the probability of loanee/borrower defaulting on a vehicle loan in the first EMI on the due date.
Ola76/Dairy_Goods_Sales_Database
The Dairy Goods Sales Dataset provides a detailed and comprehensive collection of data related to dairy farms, dairy products, sales, and inventory management.
TayHuiYi/Lung_Cancer_Prediction
Machine Learning Techniques in Lung Cancer Prediction
dorianDraper/logistic-regression-project
Logistic Regression project for Banking Marketing Campaign.
nani757/Pipelines
pipelines chains together multiple steps so that the output of each step is used as input to the next step