Giter VIP home page Giter VIP logo

autoseries-1's Introduction

Alt text license

Introduction

The 2st place solution for AutoSeries.

Usage

Download the competition's starting kit and run

python run_local_test.py --dataset_dir=./data/demo --code_dir=./code_submission

You can change the argument dataset_dir to other datasets, and change the argument dataset_dir to the directory (code_submission).

Dataset

Each dataset containes 5 files: train.data, test.data, test.solution, test_time.data, info.yaml

train.data

This is the training data including target variable (regression target). Its column types could be read from info.yaml. There are 3 data types of features, indicated by "num", "str", and "timestamp", respectively: • num: numerical feature, a real value • str: string or categorical features • timestamp: time feature, an integer that indicates the UNIX timestamp

test.data

This is the test data including target variable (regression target). Its column types could be read from info.yaml.

test.solution

This is the test solution (extracted from test.data).

test_time.data

This is the UNIQUE test timestamp (extracted from test.data).

info.yaml

For every dataset, we provide an info.yaml file that contains the important information (meta data).

Here we give details about info.yaml • time_budget : the time budgets for different methods in user models • schema : stores data type information of each column • is_multivariate: whether there are multiple time series. • is_relative_time: DEPRECATED, not used in this challenge. • primary_timestamp: UNIX timestamp • primary_id: a list of column names, identifying uniquely the time series. Note that if is_multivatriate is False, this will be an empty list. • label: regression target

Example:

Screen-Shot-2019-11-21-at-21-10-18

Contact Us

DeepBlueAI: [email protected]

autoseries-1's People

Contributors

deepsmartai avatar

Watchers

James Cloos 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.