1.7 ML-related recommends
in case you missed one or two that could be relevant to your project?
JAX: creating and training models
jupytext: Jupyter notebooks as readable, editable documents
Streamlit: creating ML apps
excalidraw: virtual whiteboard for hand-drawn sketches
Facets: dataset visualization
D3: turns data into awesome interactive graphs
SHAP: model interpretability
Prefect: workflow orchestration
PyTorch Lightning: Keras for PyTorch
Prometheus: monitoring
anaconda: prefer it over pip because it handles the packages version conflict much better.
jupyter-notebook / Deepnote (https://deepnote.com/)
follow the order of cell and don't just run it randomly
add comments and docs because you'll forget what the code is about after a week or longer for sure
use different kernels when there are multiple env involved. (use it as virtual env)
Update jupyter-notebook theme
Last updated