Skip to content

jihyeonseong/Capsule-on-TimeSeries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSCapsuleNet: Dynamic-Routing Capsule Network on TimeSeries

Pkgs

pip install umap-learn

pip install mlflow

pip install hydra-core

Q. How to launch ml ui?

A. mlflow ui --port 8888 --host 0.0.0.0 --backend-store-uri ./mlruns

-> You must use an available port on your server.