alteryx / ta1-primitives

2 stars 3 forks source link

Add demo / test pipeline for LL1_50words #17

Closed kmax12 closed 4 years ago

thehomebrewnerd commented 5 years ago

Added a test pipeline in PR #23. This will run the full test with kfolds if executed manually from the command line with python3 pipeline_tests/test_LL1_50words.py, but not if run with the run_pipelines.sh shell script.

thehomebrewnerd commented 5 years ago

The pipeline for this test needs to be updated. Currently the input data is just a list of time series files, so feature tools doesn't build any meaningful features. We need to add additional pipeline steps to do some processing on the individual time series files in the timeseries directory to create features that can be used for classification.

thehomebrewnerd commented 4 years ago

This pipeline was updated and fixed in PR #31