A package for tracking and visualizing ML experiments
Project description
Argos Tracker Getting Started
- Clone Repo
- Make sure Anaconda is installed
- Create conda env with
conda env create --name argos-tracker --file=environment.yml - To update previously created envs use
conda env update --file environment.yml --prune
Jupyter Lab
- Activate conda env with
conda activate argos-tracker - Create project specific ipykernel if it has not been created yet:
python -m ipykernel install --user --name argos-tracker --display-name "argos-tracker"
- Start jupyter lab:
jupyter lab - Open client using link provided on start
- Open test_notebook_mimic.ipynb and select the argos-tracker ipykernel
MLflow
- Open a new terminal window and activate the argos-tracker env
- Start mlflow:
mlflow server --host 127.0.0.1 --port 8787 --app-name mlflow_cors
Argos Dashboard
- In a third terminal window activate the argos-tracker env
- Go to the reports_dashboard directory
cd reports_dashboard - Run
npm cito install dependencies for Vue frontend - The following error may occur if using ubuntu with a version older than 24.04:
node: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by /home/user/anaconda3/envs/argos-tracker/bin/../lib/libnode.so.127)
- Start client with
npm run dev
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
argosml-0.0.9.tar.gz
(1.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file argosml-0.0.9.tar.gz.
File metadata
- Download URL: argosml-0.0.9.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1339ce19f119e217657bb05a9843176cab2dd401eba18deb21bab3c92ae34862
|
|
| MD5 |
24385f92dce909057f1d60d808af0dea
|
|
| BLAKE2b-256 |
de12167660a9d18aec9547d9b8992de2aa50062a4dee8c732382332f0bdf37aa
|
File details
Details for the file argosml-0.0.9-py3-none-any.whl.
File metadata
- Download URL: argosml-0.0.9-py3-none-any.whl
- Upload date:
- Size: 1.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fffb9581172d160e478b00ba0939f790a8176ba576067cb1e872ad935fbb0721
|
|
| MD5 |
cadd36ff842286ce6939b2d2d7b68c92
|
|
| BLAKE2b-256 |
c28c6b9836e8e1a0f4316676db24ad9da49d87790caaaa021c95e01c5fa2c7c9
|