Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 225 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 225 Bytes

Tiered Classifier Sandbox

Playing around with classifying time series data by first clustering time ranges by feature similarity, then training separate LSTM models on the clustered data.

Main entrypoint is run_models.py.