- Notifications
You must be signed in to change notification settings - Fork4
Machine Learning Modelling On Regression & Classification Problems
License
anshumantekriwal/machine-learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Machine Learning Modelling On Regression & Classification Problems
Code - Training Notebook
Datasets - Medical Insurance Dataset
Model Weights - Linear Regression Weights For Medical Insurance Dataset
Code - Training Notebook
Datasets - Australia Weather Dataset
Model Weights - Logistic Regression Weights For Australia Weather Dataset
Code - Training Notebook
Datasets - Australia Weather Dataset
Model Weights - Logistic Regression Weights For Australia Weather Dataset
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
scikit-learn :pip install sklearn
/conda install sklearn
The Best Python Library For Statistical Anaylsis Techniques
Pandas :pip install pandas
/conda install pandas
A Go-To Tool For Tabular Data Handling & Manipulation
NumPy :pip install numpy
/conda install numpy
The Most Prominent Library For Scientific Numeric Computation
About
Machine Learning Modelling On Regression & Classification Problems
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.