Skip to content

Commit

Permalink
update Roadmap and TSML version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalmes committed May 9, 2019
1 parent 3307cc2 commit 7c5772c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TSML"
uuid = "198dc43e-9e51-5cd7-9d40-d9794d335912"
authors = ["Paulito Palmes <ppalmes@gmail.com>"]
version = "1.0.6"
version = "1.0.7"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
8 changes: 5 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,22 @@ __Authored by__: _Paulito P. Palmes_ ([ppalmes-ibm](https://github.com/ppalmes))
- CSVDateValReader <: Transformer - CSV reader
- CSVDateValWriter <: Transformer - CSV writer

### Release v1.0.2 (Ensemble wrappers, multiformat data readers/writers)
### Release v1.0.6 (Ensemble wrappers, multiformat data readers/writers)
- RandomForest <: TSLearner - RF regression/classification wrapper
- PrunedTree <: TSLearner - decision tree regression/classification wrapper
- Adaboost <: TSLearner - Adaboost regression/classification wrapper
- DataReader <: Transformer - hdf5/feather/jld/csv multiformat reader
- DataWriter <: Transformer - hdf5/feather/jld/csv multiformat writer
- Dockerization - dockerized notebook tutorial and dockerized TSML

## Pre-release v1.0.3
## Release v1.0.7
- Statifier <: Transformer - scalar stats for data quality characterization
- MonotonicFilter <: Transformer - convert monotonic data using finite difference operator
- TSClassifier <: Transformer - automatic classification of TS data type
- High-level wrapper for CLI automation and interfacing with other programs in the docker/shell
- Dockerized branch for Kubernetes deployment

## Future Work (Higher-level reasoning and integration APIs)
- Module for automatic classification of TS data type
- XGBoost wrapper
- API wrapper for KITT interaction
- API wrapper for E2D interaction
Expand Down

0 comments on commit 7c5772c

Please sign in to comment.