neatutils
A Simple Reference Utility for Getting the Abbreviation of ML Estimators,Algorithms and Awesome List
Installation
pip install neatutils
Benefits
- Simplify finding ML estimator name for pycaret
Why Neatutils?
- During usage of the powerful ML library Pycaret, I noticed that it was difficult to know which abbreviation/short name can be used each ML Estimator, hence we decided to build something simple to make it easier to know the most common name/abbreviation for most Machine Learning/Data Science Algorithms and Estimators used.
Usage
Get Abbreviations
- Neatutils offers the ability to analyse sequences for more insight
>>> import neatutils
>>> neatutils.get_abbrev('Logistic Regression')
>>> lr
Get Full Name of Estimators
>>> import neatutils
>>> neatutils.get_fullname('lr')
'Logistic Regression'
Documentation
- Please read the documentation for more information on what neatutils does and how to use is for your needs.
More Features To Add
- awesome list
- support for more file formats
Acknowledgements
- Inspired by packages like PyCaret,Awesome-hub
NB
- Contributions Are Welcomed
- Notice a bug, please let us know.
- Thanks A lot
By
- Jesse E.Agbe(JCharis)
- Jesus Saves @JCharisTech
Release files for neatutils 0.0.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 | |
|---|---|---|---|
| neatutils-0.0.1.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neatutils-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.7 kB
Release files / neatutils-0.0.1.tar.gz
| Download URL | neatutils-0.0.1.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1486924f26a39e4d32e9294bae47f31b8e65b0051c415586efd74f08ed0bb5a2
|
|
BLAKE2b-256 checksum How to use checksums |
b377b01d69a8dc00adbeeb5a6bc7134bf5f60b11e1d8b832018d9e1699bc2702
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.6.9 Linux/5.3.0-61-generic
|
Release files / neatutils-0.0.1-py3-none-any.whl
| Download URL | neatutils-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e948e15e483b5195eaaa0e6adc34d744d5cc19bdf2cf82397e640062db3d3f80
|
|
BLAKE2b-256 checksum How to use checksums |
b5cde48c790539aaa5cd31302d6d5e298e3db250b144af355c871908e9ec800b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.6.9 Linux/5.3.0-61-generic
|