Documentation Index
Fetch the complete documentation index at: https://tracebloc-docs-install-extras-for-0-6-33.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
tracebloc Package
Thetracebloc_package is a Python library for uploading models, linking them with datasets, configuring training parameters, and launching training runs on the tracebloc platform.
Installation
ML framework dependencies are optional — pick the extra that matches your setup. The default install is ~140 MB (up from ~8 GB in older versions).| You use | Install command |
|---|---|
| PyTorch (most common) | pip install "tracebloc_package[pytorch]>=0.6.33" |
| TensorFlow | pip install "tracebloc_package[tensorflow]>=0.6.33" |
| scikit-learn only | pip install "tracebloc_package[sklearn]>=0.6.33" |
| Hugging Face LoRA / PEFT (requires PyTorch) | pip install "tracebloc_package[pytorch,huggingface]>=0.6.33" |
| XGBoost / CatBoost / LightGBM | pip install "tracebloc_package[boosting]>=0.6.33" |
| Survival analysis | pip install "tracebloc_package[survival]>=0.6.33" |
| Everything | pip install "tracebloc_package[all]>=0.6.33" |
Key Features
- Upload model files and pretrained weights
- Link models with datasets from your use cases
- Configure training parameters (epochs, optimizer, learning rate, augmentation, callbacks)
- Review training plans before starting
- Launch remote training on secure infrastructure
Quick Start
Model Zoo
Use a ready-made model from the tracebloc model zoo or bring your own. Supported tasks include image classification, object detection, text classification, tabular classification/regression, time series forecasting, semantic segmentation, keypoint detection, and time-to-event prediction.Google Colab Quickstart
The fastest way to get started is our Google Colab notebook — runs entirely in your browser, no local setup needed.Next Steps
- Start training — detailed walkthrough of the training workflow
- Hyperparameters — full reference for all training configuration options
- FAQs
- Key terms