project
#
An Efemarai project groups together multiple datasets, models and operational domains that you use when working on a given ML problem. We recommend setting up a project per source code repository where you develop your ML solution.
Example
This is how a project can be defined efemarai.yaml
:
project:
name: Traffic Sign Detection
description: Implement multiple models for detecting traffic signs.
problem_type: ObjectDetection
Properties
name
: unique name of the projectproblem_type
: type of machine learning problem the project represents. Supported problems:Classification
- predict image labelObjectDetection
- predict object bounding boxInstanceSegmentation
- predict object maskSemanticSegmentation
- predict label of each pixelImageRegression
- predict target valuesKeypoints
- predict location of keypointsCustom
- the most flexible way that allows for any internal representation
description
(optional): free text description of the project