Catasta is a Python library designed to simplify and accelerate the process of machine learning model experimentation. It encapsulates the complexities of model training and evaluation, offering researchers and developers a straightforward pipeline for rapid model assessment with minimal setup required.
Project description
Catasta: Streamlined Model Experimentation
Catasta is a Python library designed to simplify and accelerate the process of machine learning model experimentation. It encapsulates the complexities of model training and evaluation, offering researchers and developers a straightforward pipeline for rapid model assessment with minimal setup required.
Note: Catasta only supports regression at the moment. Other techniques such as classification or prediction are being developed.
Important: Catasta is subject of change until a major version is launched.
Key features
Catasta is a very simple package, containing only five modules each one with an specific purpose.
Models
The models
module houses a variety of machine learning models.
Datasets
The datasets
module provides an easy way to import the data contained in directories, being also able to modify the data shape in an easy way.
Transformations
The transformations
module lets you apply transformations to the data when its loaded to a dataset.
Scaffolds
The scaffolds
module is where models and datasets are integrated for training. Scaffolds handle training and evaluation.
Archways
The archways
module takes a trained model and handles the inference task.
Installation
Install via pip
Catasta is available as a PyPi package:
pip install catasta
Install from source
Clone the repository
git clone https://github.com/vistormu/catasta
and install the dependencies
pip install -r requirements.txt
Documentation
Work in progress
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
File details
Details for the file catasta-0.0.6.tar.gz
.
File metadata
- Download URL: catasta-0.0.6.tar.gz
- Upload date:
- Size: 22.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cba457cfe9536f976500bdcd93443ec1eb2206e2ff807ccaed33e6b2ad1ee13 |
|
MD5 | f99fa6a50b509f4b44f5e6977cea4cbf |
|
BLAKE2b-256 | f1ac7a242d78a243f84bcd3da1419be973e90ecc17714460b12dbf5c2403b999 |
File details
Details for the file catasta-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: catasta-0.0.6-py3-none-any.whl
- Upload date:
- Size: 31.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1f07b7b92013058d6c5a3bf39d0c81ab5bcfce1d7d70568dd43733c5410d257 |
|
MD5 | 409b12a16d65bec28b3fae141ae5aea6 |
|
BLAKE2b-256 | ae72e7cb9c690a9a3de36251f766c553baadbb49c21d3cb7407451cce862bb21 |