Kaggle Competition under programme "30 day of ML" by Alexis Cook
-
Updated
Sep 9, 2021 - Jupyter Notebook
Kaggle Competition under programme "30 day of ML" by Alexis Cook
A comprehensive analysis and predictive modeling of the "Salary Data.csv" dataset to forecast salaries. Utilizes advanced machine learning techniques, including pipelines and transformers, for robust and accurate predictions.
This dataset contains various demographic and financial features that could be used to build a classification model for predicting loan approval or denial. The loan_status column serves as the target variable for the classification task.
Machine Learning Drug Classification
Projects: Chatbot, House price prediction with pipeline
Fastag Fraud Detection Classification System
pipelines chains together multiple steps so that the output of each step is used as input to the next step
How to apply scikit learn pipeline and ColumnTransformer in your Machine learning Project
This is a simple classification project that predicts whether a wine is of good quality or not.
Function Transformer is part of feature engineering it converts probability density function to normal distribution
T20 World Cup Prediction System -- This GitHub repository contains the code for a T20 World Cup prediction system implemented in Python. The project utilizes popular libraries such as pandas, NumPy, and XGBoost for data manipulation, cleaning, and building predictive models.
Pipeline creation using Pipeline and make_pipeline along with ColumnTransformer and an Estimator
Add a description, image, and links to the columntransformer topic page so that developers can more easily learn about it.
To associate your repository with the columntransformer topic, visit your repo's landing page and select "manage topics."