Skip to content

Laboratory functionality

DavidSL448 edited this page Aug 23, 2020 · 2 revisions

Laboratory is the entity that groups the algorithms and its results. a laboratory is intended to be used by professors as a point so generate and share information to students.

Share a laboratory

The user interface does not have a "share" button. Instead, share functionality is enabled when the teacher provides a valid thru date to the laboratory. The system will automatically show the share URL and validate its access for the given date. The user will see download links to the training and validation subsets created on the laboratory. On the application this service endpoint must is removed from the authorization schema as it can be accessed by anonymous connections.

Create a algorithm

Once you have a laboratory you can create algorithms and associate them to a laboratory. This association is needed as the algorithm will run to the list of files to the corresponding sampling associated to the given laboratory.

Create a subset

You cannot create a subset on the user interface, instead a subset is automatically created when you run a map reduce algorithm. The type of the subset will be the same as the algorithm that created it. For a given laboratory you can have only one Training subset and one Validation subset and the system is configured to overwrite an existing subset if you run again an algorithm of the same type.

Clone this wiki locally