Skip to content

Thessal/tda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tda

Tor data (./tor)

Questions

  • if a cover is empty (e.g. 3 records/ 1 hypercube when kmeans.n_cluster=5, 3 < 5 == True) then I just assigned all records to the same cluster, which is not logical.
  • Assuming uniform prior looks not very logical. Maybe we need kernel density estimation & transform it into quantile, or some other method. Maybe noninformative prior and bayesian update can be helpful?

Financial data (./transaction)

  • 2025-05-30 KOSPI mini future transaction data was obtained from the KRX.
  • main code is fin.py
  • label is "buy_investor" ; inestor type of the buyer(long). For simplicity, 0 means institution, 1 means individual.
  • Currently time-series aggregation is not done. TODO: aggregate by sum, or takens embedding.

TODO

  • Need to do inspections, tuning
  • Current ".diff()" destroys topological informations in time series. Do takens embedding.
  • Quote data contains more information, and the orderbook topology can be meaningful

About

learning tda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors