ML evaluation and logging platform for healthcare
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.1.3.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.1.3.tar.gz.
File metadata
- Download URL: argosml-0.1.3.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f14e9a84e8dd5f7673520b15e967d831f13f430d580cade9dca6918072003b4
|
|
| MD5 |
ad176f2bdad822366f8f805cc26c7d4d
|
|
| BLAKE2b-256 |
923fbd26a8e32c597b88b6817ef9aa84dfcad01cc4bcf08a78fb99120f0287c6
|
File details
Details for the file argosml-0.1.3-py3-none-any.whl.
File metadata
- Download URL: argosml-0.1.3-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.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3553ce918ba28c0e5d9ef8c13622bb23c21e34220daf8139738fd30139e207
|
|
| MD5 |
2cb3e705939bc656039a1c92e541295d
|
|
| BLAKE2b-256 |
74b008df7c89a416bfa0eb5df2c1bac4669a88a7b48a4befdeede82052b73fdb
|