Skip to content

crupley/taml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

taml

TransmogrifAI-based Auto-ML

The goal of this project is to make a simple application that will automatically train a "good" predictive model given only a CSV dataset and the name of the column containing the response variable. It basically adds some I/O to the main example in the project readme.

Environment Requirements

Usage

mvn install

spark-submit \
  --class com.crupley.taml.TamlApp \
  --master local[*] \
  target/taml-0.0.1-uber.jar \
  <path-to-csv> \
  <response-column>

About

TransmogrifAI-based Auto-ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages