A beginner-friendly Python package to simplify machine learning tasks with minimal code.
Project description
SKV AI
SKV AI is a Python package designed to simplify machine learning tasks like image classification, regression, and general classification. With simple functions, it allows users to load data, train models, and output results easily.
Installation
To install skvai package, use pip:
pip install skvai
Features
- Image Classification (using CNNs)
- Regression (using linear models)
- Classification (using logistic regression)
- Easy-to-use interface for common machine learning tasks
Usage Example
from skvai.tasks.classification import Task
# Load the dataset
task = Task()
task.load_data('data.csv')
# Train and get output
task.train_and_output('graph')
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 skvai-0.1.0.tar.gz.
File metadata
- Download URL: skvai-0.1.0.tar.gz
- Upload date:
- Size: 68.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf3172077723b8544be253005e05afc9c71b265c2e31d6b83a54cd5b8dd0e602
|
|
| MD5 |
6f1017c873304e61c8a14a828548a70f
|
|
| BLAKE2b-256 |
ac76f4be7785e8cc0d6dd64887ef793b1408bb6c9a483f677abf3e51f93ffec0
|
File details
Details for the file skvai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: skvai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d01155abaa097f7f3a6a2f236aba705ac9f9ab8ccde5d60f339e3cf4b1a0d6
|
|
| MD5 |
09028cf8c47f43eb5d0662d2e76d9f65
|
|
| BLAKE2b-256 |
f3b09f8933ba749d8335acb2cc776c1df8be15f4f203b4ef26f700b097cd64b3
|