SambhavS / atlas

A Framework for Model-Backed Generators. Backend for AutoPandas (https://autopandas.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas

Stage Build Status codecov

A Framework for Model-Backed Generators

Installation

  • As the repository is in early development stage, you should do a development install as follows

      cd <repo-dir>
      pip install -e .
  • The requirements list tensorflow==1.13.2. If you want to use the GPU version, you can manually install tensorflow-gpu==1.13.2 using pip. Make sure CUDA version is 10.

OOPSLA 2019

The system used for the OOPSLA '19 paper is available in the oopsla-2019-autopandas branch. Atlas is a generalization of that system. The porting of AutoPandas onto Atlas is ongoing.

Documentation and More Tutorials

Coming soon.

About

A Framework for Model-Backed Generators. Backend for AutoPandas (https://autopandas.io)


Languages

Language:Python 100.0%