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.6.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.6.tar.gz.
File metadata
- Download URL: argosml-0.0.6.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 |
65c10dd1c1fead7256b90a3710389d2fb9b67dd6184d0c8d8ebeda229ee5083a
|
|
| MD5 |
c0a50430a73c59d9389a04e060e019cb
|
|
| BLAKE2b-256 |
c7d9826d091a0fc367d400cafba39409f21aae8d000a4d7e3c0133c8e917186d
|
File details
Details for the file argosml-0.0.6-py3-none-any.whl.
File metadata
- Download URL: argosml-0.0.6-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 |
e9f4e6491fba2c9fcccbd043f86d33c1e24e67d3b7a37ea74ae27f485fe2ef8f
|
|
| MD5 |
aab0e8d88512d437c9ffe00bd6c6bbc4
|
|
| BLAKE2b-256 |
2b0201385af1cbcf47ae22b72abe0311118e200ae4e251bbb81635837753c006
|