Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Machine Learning Modelling On Regression & Classification Problems

License

NotificationsYou must be signed in to change notification settings

anshumantekriwal/machine-learning

Repository files navigation

Machine Learning Modelling On Regression & Classification Problems

Linear Regression

Code - Training Notebook

Datasets - Medical Insurance Dataset

Model Weights - Linear Regression Weights For Medical Insurance Dataset


Logistic Regression

Code - Training Notebook

Datasets - Australia Weather Dataset

Model Weights - Logistic Regression Weights For Australia Weather Dataset


Decision Trees

Code - Training Notebook

Datasets - Australia Weather Dataset

Model Weights - Logistic Regression Weights For Australia Weather Dataset


Helper Functions

Functions

  • def dtype_select(dtypes) :

Returns Column Names With Specific Data Values (dtypes) From Dataset Defined When Assigning Variable To Class

  • def impute(numeric_cols, missing_values, strategy) :

Imputesmissing_values Ofnumeric_cols Of Dataset With Specifiedstrategy

  • def minMax(numeric_cols) :

Scales All Values Innumeric_cols Of Dataset To A (0,1) Range


  • def one_hot(cat_cols) :

Encodes All Values Incat_cols Of Dataset By Each Unique Value

Code


Key Packages

scikit-learn :pip install sklearn /conda install sklearn

The Best Python Library For Statistical Anaylsis Techniques

Documentation

Pandas :pip install pandas /conda install pandas

A Go-To Tool For Tabular Data Handling & Manipulation

Documentation

NumPy :pip install numpy /conda install numpy

The Most Prominent Library For Scientific Numeric Computation

Documentation

Check Out Issue For Upcoming Implementations

R Implementations Coming Soon!

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp