There are 1 repository under feature-scaling topic.
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.
A Machine Learning Approach of Emotional Model
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.
Karma of Humans is AI
Exemplary, annotated machine learning pipeline for any tabular data problem.
A curated list of awesome open source and commercial feature store tools and platforms 🚀
Tutorial on how to perform feature encoding, feature scaling, and missing values imputation using the scikit-learn library
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.
My solution to House-Prices Advanced Regression Techniques, A beginner-friendly project on Kaggle.
Machine learning algorithms repository
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.
Data Science Portfolio created for academic and personal projects.
Creating Customer Segments - 4th project for Udacity's Machine Learning Nanodegree
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.
Machine-learning models to predict whether customers respond to a marketing campaign
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.
This project aims to understand and build Naive Bayes classifier to predict the salary of a person.
Gradient Descent for N features using two datasets: Boston House data, Power Plant Data
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
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.
Tutorial- data Pre-processing
Capstone project for Udacity's Intro to Machine Learning Course
A Mathematical Intuition behind Linear Regression Algorithm
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.
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.
MLB Team Runs Allowed Prediction Project (Linear Regression)
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.
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.
The purpose of this project is to predict house prices based of off the Boston house price dataset. The project implements univariate and multivariate linear and polynomial regression models.
IU Lessons
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.
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.