Test Outcome Prediction

Evaluate Machine Learning Models

Usage: sdc-scissor evaluate-models [OPTIONS]

  Evaluate different machine learning models with a stratified cross
  validation approach.

Options:
  --csv PATH         Path to road_features.csv
  --models-dir PATH  Directory to store the trained models
  --help

Predict test outcomes before execution

Usage: sdc-scissor predict-tests [OPTIONS]

  Predict the most likely outcome of a test scenario without executing them in
  simulation.

Options:
  -t, --tests PATH
  -c, --classifier PATH
  --help