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.2.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.2.tar.gz.
File metadata
- Download URL: argosml-0.1.2.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 |
2fd028550c2139ba84b345933616b5afea0c54e5a279f775319b3b21160af0d7
|
|
| MD5 |
2b2dfa3d4045d827a6f7cdd77ce20feb
|
|
| BLAKE2b-256 |
cfdc4fe6a212c02611b16538d2d0be81d629a359b66484e465a3bcab304f7a67
|
File details
Details for the file argosml-0.1.2-py3-none-any.whl.
File metadata
- Download URL: argosml-0.1.2-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 |
030dd8c63cd7f33ac8a17ae928ddd075bc4d05d6b3324721a91d4c21fef41699
|
|
| MD5 |
4e8acfca13ad3f426f241c29a2d8940c
|
|
| BLAKE2b-256 |
b67f28ed86455947768be0ca4a66e0ef4b605917cd52005d8a5617d42a500b06
|