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.5.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.5.tar.gz.
File metadata
- Download URL: argosml-0.0.5.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 |
84289d5316087ee8ceb5f7b59e926faca4a7902baaf0d7790fbe7e4833eaba4c
|
|
| MD5 |
48364f30d315f611c821b6799d2bc9b2
|
|
| BLAKE2b-256 |
7dd3adfc9d1065ed4e2889eee472157e213b168e7c8018ea55fae44f7de9dfac
|
File details
Details for the file argosml-0.0.5-py3-none-any.whl.
File metadata
- Download URL: argosml-0.0.5-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 |
2f07eb7d0b7913780fd5af0453f3ab569c3a17c8f286a1f39c9481baee342589
|
|
| MD5 |
30c511a014623344267d3837756bd6db
|
|
| BLAKE2b-256 |
a84f437ab45916be2a66adffe42849a18589f45686e91b46d914afdb9badebf2
|