Skip to main content

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

pocket_ml-0.1.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pocket_ml-0.1.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

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

Hashes for pocket_ml-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b8629c54adb4fe2dd76dfdf85b7e0ab7d93e7d6821db54232e00d446f497444a
MD5 e8b15283edade763237c407b08f3b0b6
BLAKE2b-256 ce2213e6b4d541e1bfbe67d000a50b7fa7805eede99c10f96151ddb424207a92

See more details on using hashes here.

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

Hashes for pocket_ml-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1199fc20d4dc4ad0155702450ffc723502ecbf39b1bc7996087d09e3c61dd18a
MD5 fa934cb47f2ed1fcf33440336e02d79d
BLAKE2b-256 b09081b3e89970f7008a5bf60be161c345a3b6ff732aed5ff4b523907829f2d7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page