You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This notebook will provide an example workflow of setting up a Model Output Evaluation (MOE) Project with the Labelbox-Python SDK.\n",
20
+
"MOE Projects are set up differently then other editors with it's own unique methods and modifications to existing methods:\n",
21
+
"\n",
22
+
"- `create_model_evaluation_project`: Main method used to create a chat model evaluation project\n",
23
+
"\n",
24
+
"- `create_ontology`: Methods used to create Labelbox ontologies for MOE project this requires a `ontology_kind` parameter set to `lb.OntologyKind.ModelEvaluation`\n",
25
+
"\n",
26
+
"- `create_ontology_from_feature_schemas`: Similar to `create_ontology` but from a list of `feature schema ids` which is designed to allow you to use existing features instead of creating new features. This also requires a `ontology_kind` set to `lb.OntologyKind.ModelEvaluation`."
0 commit comments