ClearML
ClearML is a ML/DL development and production suite, it contains 5 main modules:
Experiment Manager
- Automagical experiment tracking, environments and resultsMLOps
- Orchestration, Automation & Pipelines solution for ML/DL jobs (K8s / Cloud / bare-metal)Data-Management
- Fully differentiable data management & version control solution on top of object-storage (S3 / GS / Azure / NAS)Model-Serving
- cloud-ready Scalable model serving solution! Deploy new model endpoints in under 5 minutes Includes optimized GPU serving support backed by Nvidia-Triton with out-of-the-box Model MonitoringFire Reports
- Create and share rich MarkDown documents supporting embeddable online content
In order to properly keep track of your langchain experiments and their results, you can enable the ClearML
integration. We use the ClearML Experiment Manager
that neatly tracks and organizes all your experiment runs.
Installation and Setup
%pip install --upgrade --quiet clearml
%pip install --upgrade --quiet pandas
%pip install --upgrade --quiet textstat
%pip install --upgrade --quiet spacy
!python -m spacy download en_core_web_sm