xinychen / transdim

Machine learning for transportation data imputation and prediction.
https://transdim.github.io
MIT License
1.19k stars 297 forks source link

Will it work for categorical data #3

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

Will it work for categorical data

xinychen commented 4 years ago

I think categorical data are very interesting to study. If possible, I will apply the variant of the current models to some publicly available categorical data sets in this project.

Sandy4321 commented 4 years ago

may be this https://www.cs.ucr.edu/~eamonn/time_series_data_2018/

Sandy4321 commented 4 years ago

or this http://www.mustafabaydogan.com/files/viewcategory/20-data-sets.html or http://www.timeseriesclassification.com/

also try to get more info from https://github.com/alan-turing-institute/sktime https://github.com/alan-turing-institute/sktime

Sandy4321 commented 4 years ago

or https://github.com/disojn/Time-Series-EDA-and-Forecast mostly categorical variables and components of the vectors from the description column

pls keep me updated , what you doing for categorical variables

Sandy4321 commented 4 years ago

or https://github.com/helske/seqHMM Multivariate and Multichannel Discrete Hidden Markov Models for Categorical Sequences so check HMM related data?

xinychen commented 4 years ago

Thank you. I will let you know If there is any advance for categorical data.