Coder Social home page Coder Social logo

sequifier-config's Introduction

This is the repository with the config templates for the sequifier package.

The simplest workflow is the following:

  1. Run pip install sequifier
  2. Clone this repository to your project name: git clone [email protected]:0xideas/sequifier-config.git YOUR PROJECT NAME
  3. Create a folder data and copy your data to that folder
  4. Ensure data quality, such as the removal of outliers and no NaN values in the relevant columns, and that there are two columns sequenceId and itemPosition, which indicate which sequence a row belongs to and which position in the sequence the row has, respectively
  5. Adapt the fields data_path, selected_columns and target_columns in preprocess.yaml
  6. Run sequifier preprocess from the project root
  7. Adapt the fields ddconfig_path to configs/ddconfigs/DATASET-NAME.json, selected_columns, target_columns, target_column_types and criterion in train.yaml
  8. Run sequifier train from the project root to train the model
  9. Adapt the fields ddconfig_path, model_path, data_path, selected_columns, target_columns and target_column_types in infer.yaml
  10. Run sequifier infer

Voila, you have extrapolated your categorical or real series using your custom transformer model!

sequifier-config's People

Contributors

0xideas avatar

Watchers

 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.