quantaq.endpoints.models.Models.add

Models.add(**kwargs) list

Add a new calibration model for device with sn = serial number.

Parameters
  • sn (str) – The device serial number (required)

  • name (str) – The name of the model

  • object_name (str) – The object name of the model itself

  • training_file (str) – The object name of the training data file

  • param (str) – The parameter [co, co2, no, no2, o3, so2, voc, pm1, pm25, pm10]

  • error (dict) – Training error information

  • model (dict) – Model overview and details

  • calibration (dict) – Calibration and training detials

Returns

Model information

Return type

dict