selectkbest
Here are 18 public repositories matching this topic...
Language:All
Sort:Most stars
Chi-Squared For Feature Selection using SelectKBest
- Updated
May 28, 2021 - Jupyter Notebook
- Updated
Apr 4, 2022 - Jupyter Notebook
With the Student Alcohol Consumption data set, we predict high or low alcohol consumption of students.
- Updated
Apr 21, 2021 - Jupyter Notebook
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.
- Updated
Dec 21, 2020 - Jupyter Notebook
Implementing SelectKBest from Scratch for a Regression problem
- Updated
May 28, 2021 - Jupyter Notebook
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.
- Updated
Aug 18, 2020 - Python
Predictive modeling project by implementing KNN regression model.
- Updated
Mar 7, 2024 - Jupyter Notebook
This repository contains introductory notebooks for Decision tree
- Updated
Nov 17, 2022 - Jupyter Notebook
Heart Attack Prediction by implementing Feature Selection such as SelectKBest & Recursive Feature Elimination
- Updated
May 30, 2021 - Python
Data and code for a machine learning exercise in which I predict the development of depression.
- Updated
May 6, 2024 - Jupyter Notebook
pipelines chains together multiple steps so that the output of each step is used as input to the next step
- Updated
Apr 24, 2022 - Jupyter Notebook
- Updated
Aug 10, 2020 - Jupyter Notebook
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.
- Updated
Jan 6, 2023 - Jupyter Notebook
The Dairy Goods Sales Dataset provides a detailed and comprehensive collection of data related to dairy farms, dairy products, sales, and inventory management.
- Updated
Aug 23, 2023 - Jupyter Notebook
Machine Learning Techniques in Lung Cancer Prediction
- Updated
Apr 29, 2024 - Jupyter Notebook
Logistic Regression project for Banking Marketing Campaign.
- Updated
Mar 14, 2024 - Jupyter Notebook
- Updated
Oct 23, 2024 - Jupyter Notebook
Improve this page
Add a description, image, and links to theselectkbest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theselectkbest topic, visit your repo's landing page and select "manage topics."