MachineLite
MachineLite provides a streamlined solution for evaluating various supervised machine learning algorithms, simplifying the data scientist's workflow by automating model integration and evaluation. With just a few lines of code, SciLite enables quick access to essential machine learning evaluations, saving valuable time and effort.
Installation
To install the package, run:
pip install machinelite
Usage
Basic example of how to use the package in Python:
from machinelite.univariate.regression import Regression as reg
result = reg(X_train, X_test, y_train, y_test)
print(result)
Features
- One-Click Model Integration: Supports easy integration and evaluation of multiple supervised machine learning models, whether for regression or classification.
- Efficient Model Evaluation: Simplifies machine learning model evaluations with standardized output, aiding in faster analysis and comparisons.
Contributing
Contributions to MachineLite are warmly welcomed! If you'd like to contribute, please fork the repository and submit a pull request or open an issue to discuss improvements.
Documentation
MachineLite: View Here
License
Contact
For any questions or issues, feel free to reach out to:
- Author: Ayush Jain Sparsh
- Email: ayushjainsparsh2004.ajs@gmail.com
Release files for machinelite 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| machinelite-0.0.2.tar.gz | 7.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| machinelite-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.8 kB
Release files / machinelite-0.0.2.tar.gz
| Download URL | machinelite-0.0.2.tar.gz |
|---|---|
| Size | 7.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8765940aa522ca4d7c8dd58c6089a3d470b880c05ea9584667127c4f8815f8d
|
|
BLAKE2b-256 checksum How to use checksums |
aa4742491e80ae60e5418f7278a58414977b4e4537db6724a9c1d79633bc0628
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / machinelite-0.0.2-py3-none-any.whl
| Download URL | machinelite-0.0.2-py3-none-any.whl |
|---|---|
| Size | 16.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7a82bca41530bffe530cf84d331153965494f27e6ad9d3ed3cf8d7cd50760b30
|
|
BLAKE2b-256 checksum How to use checksums |
7a9147d0c7ff25cb3bf799593f1fd8cdbe0f39658edb291c734f7ce3a641777e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|