Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkhizeryounas/ml-tables

Automatically build and deploy machine learning models on structured data.
https://github.com/mkhizeryounas/ml-tables

Last synced: 8 days ago
JSON representation

Automatically build and deploy machine learning models on structured data.

Awesome Lists containing this project

README

        

# ML Tables

Automatically build and deploy machine learning models on structured data.

## How it works

Import - Define - Predict

### Things you need to perform
- Import data in csv format
- Define your schema (categorical / numaric)
- Analyze your input features

### Things ML Tables Does for you
- Featur engineering
- Model selection
- Hyperparameter tuning
- Evaluate model
- Deploy model
- Generates an endpoint

## Supported Models

- Neural Netowork
- LSTM
- RNN
- Regression

## Technologies

- NodeJS

### Inspiration
[GCP AutoML Tables](https://cloud.google.com/automl-tables/)