Iterative development
This guide will show data scientist how to sync their iterative development to Vectice.
Step 1: Install and configure
import vectice
connect = vectice.connect(api_token="your-api-key") #Paste your API keyStep 2: Retrieve a phase
# Connect to your phase using your phase ID
phase = connect.phase("PHA-XXX") #Paste your own phase IDStep 3: Initialize iteration
Step 4: Log your assets
Version Control
Step 5: Complete an iteration
Example
Last updated
Was this helpful?