Giter VIP home page Giter VIP logo

catasta's Introduction

Catasta: Streamlined Model Experimentation

pypi version MIT License

Catasta is a Python library designed to simplify the process of Machine Learning model experimentation. It encapsulates the complexities of model training, evaluation, and inference in a very simple API.

Warning

๐Ÿšง Catasta is in early development ๐Ÿšง

Expect breaking changes on every release until v1.0.0 is reached.

Also, The documentation and examples for the library are under development.


Catasta is a very simple and easy to use package.

The models module

Catasta offers a variety of pre-implemente Machine Learning models. All models are single-scripted, so feel free to copy and paste them anywhere.

For regression:

  • Approximate Gaussian Process
  • Transformer
  • Transformer with FFT
  • Mamba
  • Mamba with FFT
  • FeedForward Neural Network

For classification:

  • Convolutional Neural Network
  • Transformer
  • Transformer with FFT
  • Mamba
  • Mamba with FFT
  • FeedForward Neural Network

The datasets module

Provides an easy way to import the data contained in directories.

The transformations module

Let's you apply transformations to the data when its loaded to a dataset, such as window sliding, normalization...

The scaffolds module

Scaffolds are where models and datasets are integrated for training, handling both training and evaluation.

Catasta supports and plans to support the following Machine Learning tasks:

  • SISO Regression
  • MISO Regression
  • Image Classification
  • Signal Classification
  • Binary Classification
  • Probabilistic Regression and Classification

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

catasta's People

Contributors

vistormu avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.