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.
Release files for mb-scripts 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mb_scripts-0.1.1.tar.gz | 14.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mb_scripts-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.1 kB
Release files / mb_scripts-0.1.1.tar.gz
| Download URL | mb_scripts-0.1.1.tar.gz |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
155906622795a0d81eedf263c455fa2498676494e93a7daa58bbbbdcfea6fb30
|
|
BLAKE2b-256 checksum How to use checksums |
895e959bdbe982777b25fbed7ed50f7fe6f0be4c27870aac81fec3c667813891
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.5
|
Release files / mb_scripts-0.1.1-py3-none-any.whl
| Download URL | mb_scripts-0.1.1-py3-none-any.whl |
|---|---|
| Size | 16.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8fc951d17616b4d9312e57365e2fb4c3c06bcd68274e753cca8470cfa1e9e2fd
|
|
BLAKE2b-256 checksum How to use checksums |
c80b5b5456b1719faa06675c26b8518ee34f8ca462e4f86bce65a80f04ac3e1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.5
|