Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 308 Bytes

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.