feature-scaling
There are 143 repositories under feature-scaling topic.
ashishpatel26/Amazing-Feature-Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
danyalimran93/Music-Emotion-Recognition
A Machine Learning Approach of Emotional Model
dr-mushtaq/Machine-Learning
A complete A-Z guide to Machine Learning and Data Science using Python. Includes implementation of ML algorithms, statistical methods, and feature selection techniques in Jupyter Notebooks. Follow Coursesteach for tutorials and updates.
komal11lamba/50-days-of-Statistics-for-Data-Science
This repository consist of a 50-day program. All the statistics required for the complete understanding of data science will be uploaded in this repository.
uzaymacar/exemplary-ml-pipeline
Exemplary, annotated machine learning pipeline for any tabular data problem.
the-mrinal/ML-Notebook
Karma of Humans is AI
chongjason914/scikit-learn-tutorial
Tutorial on how to perform feature encoding, feature scaling, and missing values imputation using the scikit-learn library
awesome-mlops/awesome-feature-store
A curated list of awesome open source and commercial feature store tools and platforms 🚀
Chinmayrane16/Diamonds-In-Depth-Analysis
Given dataset of Diamonds with features such as Cut, Carat, Clarity etc. I have used libraries such as Pandas, Numpy, Matplotlib, Seaborn to Analyse and Estimate the Price of Diamonds based on the features. Using Scikit-Learn , implemented Algorithms to increase the effective R2 score.
gvndkrishna/Kaggle-House-Price-Prediction
My solution to House-Prices Advanced Regression Techniques, A beginner-friendly project on Kaggle.
pawangeek/Machine-Learning-In-Python
Machine learning algorithms repository
rsc-dev/ml
Machine Learning Notebooks
CYBERDEVILZ/Stock-Market-Prediction
An attempt to predict the Stock Market Price using Long Short Term memory and plot its chart. By tweaking different hyper parameters, we get different trained models. The aim of this project is to identify the relation hidden in these hyper parameters.
prat0101/Data-Science-Portfolio
Data Science Portfolio created for academic and personal projects.
lmego/customer_segments
Creating Customer Segments - 4th project for Udacity's Machine Learning Nanodegree
esharma3/project_austin_air_quality_analysis_and_prediction
The purpose of this project is to analyze the impact of climate change on air quality for the city of Austin and create a machine learning model that can establish a correlation between the level of air pollutants like Ozone and NO2 and the climate parameters by using regression models and null hypothesis.
petermchale/predict_customer_response
Machine-learning models to predict whether customers respond to a marketing campaign
Pradnya1208/Naive-Bayes
This project aims to understand and build Naive Bayes classifier to predict the salary of a person.
SayamAlt/Health-Insurance-Claim-Prediction
Successfully established a machine learning model which can estimate the net health insurance claim of an individual based on a set of characteristics of that individual to an appreciable level of accuracy.
Chandradithya8/Feature_Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
iAmKankan/Data-Gathering-And-Preprocessing
Tutorial- data Pre-processing
ian-whitestone/enron-poi-classification
Capstone project for Udacity's Intro to Machine Learning Course
JuzerShakir/Linear_Regression
A Mathematical Intuition behind Linear Regression Algorithm
RimTouny/Credit-Card-Fraud-Detection
Focused on advancing credit card fraud detection, this project employs machine learning algorithms, including neural networks and decision trees, to enhance fraud prevention in the banking sector. It serves as the final project for a Data Science course at the University of Ottawa in 2023.
sabeelahmad/Gradient-Descent
Gradient Descent for N features using two datasets: Boston House data, Power Plant Data
SanghyunKim1/MLB_Team_RunsAllowed_Prediction
MLB Team Runs Allowed Prediction Project (Linear Regression)
SayamAlt/Stellar-Classification---Sloan-Digital-Sky-Survey-17
Successfully established a machine learning model which can predict an appropriate stellar class, on the basis of a distinct set of spectral characteristics, to a substantially high level of accuracy.
shishir349/Prediction-of-Tariff-Rates
Tariff is a list of expenses that incur while transporting the goods from one distance to another distance. Tariff is also dependent on seasonal and non-seasonal factors also. This project is aimed at predicting the tariff ratesfor truck load by using the different machine learning algorithms like lasso regression, elastic net regression, ridge regression and linear regression. Tariffisa combination of lot ofthings and tariff rate is dependent on some ofthe factorslikeYear, Road, SeasonalImpact, Fuel Cost,Distance, Weight, Toll charge, Demand, labour cost, travel expenses etc. Using some ofthese factors and by employing the above-mentioned machine learning regression algorithms we will be trying to predict the tariff rates on the trucks. By doing this we can help the industriesto estimate the tariffratesso that they can take the necessary actions and they can make their business run inprofitable way. This model helps small- and large-scale firms to control and manage the cost on transport.
skynoid2612/Employee_Absenteeism
The task is to build a machine learning regression model will predict the number of absent hours. As Employee absenteeism is a major problem faced by every employer which eventually lead to the backlogs, piling of the work, delay in deploying the project and can have a major effect on company finances. The aim of this project is to find an issue which eventually leads toward the absence of an employee and provide a proper solution to reduce the absenteeism
gopiashokan/Industrial-Copper-Modeling-using-Machine-Learning
We harness the power of machine learning and data analysis to real challenges in the copper industry. Our documentation covers data preprocessing, feature engineering, classification, regression, and model selection. Discover how we've optimized predictive capabilities for manufacturing solutions.
praj2408/Machine-Learning-For-Operations-Notes
This repo contains Comprehensive notes covering various machine learning concepts, algorithms, and applications, providing a structured resource for both beginners and experienced practitioners to deepen their understanding and proficiency in the field.
ZL63388/data-preparation-codes
This repository is a collection of basic code templates for Data Preparation. All codes I am sharing are from the practical exercises I did from the Data Science Infinity Program.
ds-brx/EDA-Plotly
EDA and Feature engineering with Plotly library!