UpTrain Documentation
CtrlK
  • What is UpTrain? πŸ€”
    • How UpTrain Works?
    • Who is UpTrain made for?
  • Key Features πŸ“ˆ
  • Get Started πŸ™Œ
  • How to use UpTrain? πŸ’»
    • UpTrain Config
    • UpTrain Framework
  • UpTrain Examples πŸš‚
    • Quickstart Tutorial
    • Deep-dive Examples
    • Fraud Detection
    • Text Summarization
    • Ride Time Estimation
    • Shopping Cart Recommendation
    • Finetuning LLMs
  • UpTrain Monitors πŸ“Š
    • Concept Drift
    • Data Drift
    • Data Integrity
    • Edge-case Detection
    • Model Bias
  • Monitoring Custom Metrics πŸ‘€
  • UpTrain Visuals πŸ‘οΈ
    • SHAP Explainability
    • UMAP Visualization
    • t-SNE Dimensionality Reduction
  • UpTrain Statistics πŸ‘¨β€πŸ”¬
Powered by GitBook
On this page

Was this helpful?

Get Started πŸ™Œ

Quickly get started with UpTrain

You can quickly get started with Google collab here.

To run it on your machine, follow the steps below:

Install the package through pip:

pip install uptrain

Run your first example:

git clone git@github.com:uptrain-ai/uptrain.git
cd uptrain/examples
pip install jupyterlab
jupyter lab

For a quick walkthrough of how UpTrain works, visit our quickstart tutorial.

PreviousKey Features πŸ“ˆNextHow to use UpTrain? πŸ’»

Last updated 2 years ago

Was this helpful?