microsoft/Semi-supervised-learning

Time series analysis

poorvi0311 opened this issue ยท 5 comments

๐Ÿš€ Semilearn for time series

Motivation

The semilearn library has made it pretty concise to implement various semi supervised algorithm to CV and NLP data but I wanted to know if it could be implemented for time series data too.

Of course it can be used in time series datasets. The algorithms are independent to applications. You are welcome to use it in time series applications:)

How can the algorithms be modified for time series? I see a lot of functions in semilearn are very specific to cv or nlp. Any reference for such applications? Can semilearn as a package be used for time series analysis and not just algorithms?

How can the algorithms be modified for time series? I see a lot of functions in semilearn are very specific to cv or nlp. Any reference for such applications? Can semilearn as a package be used for time series analysis and not just algorithms?

I guess currently just algorithms. But It would be easy to adapt to time series since we already support sequential inputs.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.