Giter Club home page Giter Club logo

data-x's Introduction

Data X [WIP]

Data X aims to be a swiss army knife for producing production ready models.

It works with 3 main 'modules':

  • DataSource (the sources of data to train models)
  • Model (the type of model, tasks & params eg distillbert, multilabel)
  • Pipeline (composed of datasources and a model)

You can see example configuration in the example directory.

Pip install

To install via pip you can clone the directory and run make -C data-x install TODO: make installable via git + pip

Poetry install

To install first install poetry, clone the repo and run poetry install TODO: pip package

Once installed you can use data-x --help to explore configured modules and do various tasks

To kick off the pipeline you can use data-x pipeline run-pipeline ./config.yml <PIPELINE_NAME>

TODO: Better README & documentation

NLP

Current version includes two types of classification model. Single and Multi label. These can be configured by config.yml by declaring it task: singlelabel or task: multilabel

data-x's People

Contributors

naricky avatar pritesh-patel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

data-x's Issues

is there a better way to distinct labels from training data sources?

if ds.type == 'local-labels-txt': #TODO: is there a better way to distinct labels from training data sources?
with open(ds.path, 'r') as f:
content = f.readline()
labels = content.split(',')
return pd.DataFrame(labels, columns =['labels'])


This issue was generated by todo based on a TODO comment in 727a3ed. It's been assigned to @Pritesh-Patel because they committed the code.

make installable via git + pip

data-x/README.md

Lines 13 to 18 in f6f3808

To install via pip you can clone the directory and run `make -C data-x install` TODO: make installable via git + pip
## Poetry install
To install first install poetry, clone the repo and run `poetry install` TODO: pip package
Once installed you can use `data-x --help` to explore configured modules and do various tasks


This issue was generated by todo based on a TODO comment in f6f3808. It's been assigned to @Pritesh-Patel because they committed the code.

Better README & documentation

data-x/README.md

Lines 22 to 25 in d8c15ed

TODO: Better README & documentation
## NLP
Current version includes two types of classification model. Single and Multi label. These can be configured by config.yml by declaring it `task: singlelabel` or `task: multilabel`


This issue was generated by todo based on a TODO comment in d8c15ed when #6 was merged. cc @Pritesh-Patel.

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.