Sci-Lite is Light version of Supervised Machine Learning Model
Project description
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
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file machinelite-0.0.2.tar.gz.
File metadata
- Download URL: machinelite-0.0.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8765940aa522ca4d7c8dd58c6089a3d470b880c05ea9584667127c4f8815f8d
|
|
| MD5 |
140b97c1c43896019b63555c9c8fbae4
|
|
| BLAKE2b-256 |
aa4742491e80ae60e5418f7278a58414977b4e4537db6724a9c1d79633bc0628
|
File details
Details for the file machinelite-0.0.2-py3-none-any.whl.
File metadata
- Download URL: machinelite-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a82bca41530bffe530cf84d331153965494f27e6ad9d3ed3cf8d7cd50760b30
|
|
| MD5 |
4dda579a70887957fcb769fa5316e913
|
|
| BLAKE2b-256 |
7a9147d0c7ff25cb3bf799593f1fd8cdbe0f39658edb291c734f7ce3a641777e
|