Machine Learning scripts that will quicken the modelling and data analysis process
Project description
Creator : Sathya Krishnan Suresh
DESCRIPTION
This is a python package to quicken the modelling and data analysis process.
PyPi : https://pypi.org/project/mb-scripts/
Version 0.1.1 additions
- feature selection
Feature selection sub-package has been added which consists of UnivariateFeatureSelection and CombinationFeatureSelection. - generate_time_series
This function can be used to test out new Recurrent Neural Architectures. - Plotting feature importances using RandomForest
This function helps selecting the features that are most correlated with the target variable with the help of RandomForest - Decomposition
The new model in 🔥Decomposition🔥 contains standard decomposition methods that help with dimensionality reduction. - metrics update
A lot of regression metrics have been added along with multiclass precision metrics variations.
Installing and using mb_scripts
The package can be downloaded using pip install mb-scripts==<latest_version>
Latest version : 0.1.0.
Once you have installed mb_scripts you can begin using it.
Here are some examples for using mb_scripts.
train_validation_curve_for_rf
- used to monitor RandomForestClassifier
's overfitting
plot_decision_boundary
is used to visually look at the decision boundary of classification functions
classifiers_metrics
returns a dataframe that consists of precision, recall, accuracy_score and f1_score for all the classification models passed.
I am writing scripts regularly so the versions will keep changing for the next one month. Stay tuned.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mb_scripts-0.1.1.tar.gz
.
File metadata
- Download URL: mb_scripts-0.1.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 155906622795a0d81eedf263c455fa2498676494e93a7daa58bbbbdcfea6fb30 |
|
MD5 | 39ae5db6079a5e7fabc7d3fe3cb03488 |
|
BLAKE2b-256 | 895e959bdbe982777b25fbed7ed50f7fe6f0be4c27870aac81fec3c667813891 |
File details
Details for the file mb_scripts-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: mb_scripts-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fc951d17616b4d9312e57365e2fb4c3c06bcd68274e753cca8470cfa1e9e2fd |
|
MD5 | 4c5d4cee06d7ea8e535d69c724e6ff9c |
|
BLAKE2b-256 | c80b5b5456b1719faa06675c26b8518ee34f8ca462e4f86bce65a80f04ac3e1c |