No project description provided
Project description
pocket_ml
A lightweight and user-friendly machine learning library designed to simplify ML workflows.
Features
- Simple and intuitive API for common ML tasks
- Automated data preprocessing
- Easy model training and evaluation
- Built-in visualization tools
- Comprehensive documentation and examples
Installation
pip install pocket_ml
Quick Start
from pocket_ml.model import Classifier
from pocket_ml.preprocessing import DataPreprocessor
# Prepare your data
preprocessor = DataPreprocessor()
X_processed = preprocessor.fit_transform(X)
# Train a model
model = Classifier('random_forest')
model.fit(X_processed, y)
# Make predictions
predictions = model.predict(new_data)
Documentation
For detailed documentation and examples, visit our documentation page.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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 pocket_ml-0.1.1.tar.gz.
File metadata
- Download URL: pocket_ml-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8629c54adb4fe2dd76dfdf85b7e0ab7d93e7d6821db54232e00d446f497444a
|
|
| MD5 |
e8b15283edade763237c407b08f3b0b6
|
|
| BLAKE2b-256 |
ce2213e6b4d541e1bfbe67d000a50b7fa7805eede99c10f96151ddb424207a92
|
File details
Details for the file pocket_ml-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pocket_ml-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1199fc20d4dc4ad0155702450ffc723502ecbf39b1bc7996087d09e3c61dd18a
|
|
| MD5 |
fa934cb47f2ed1fcf33440336e02d79d
|
|
| BLAKE2b-256 |
b09081b3e89970f7008a5bf60be161c345a3b6ff732aed5ff4b523907829f2d7
|