@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-G006D599-R>
  skos:prefLabel "measure"@en, "mesure"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-RCQ5DPNL-1> .

<http://data.loterre.fr/ark:/67375/8LP-RCQ5DPNL-1>
  skos:hiddenLabel "Erreur absolue moyenne"@fr, "Mean absolute error"@en ;
  skos:example "The aggregated Mean Absolute Error (MAE) is 8.5 when using all the features. (Soricut & Echihabi, 2010)"@en, "The MAE scores for the level labels are all far below 1 both for the 0-4 scales and the 0-5 scales. (Kim, Verkijk, Geleijn, van der Leeden, Meskers, Meskers, van der Veen, Vossen & Widdershoven, 2022)"@en, "Mean Absolute Error (MAE) was also computed for the systems with respect to manual labels. (Lucas, Debnath & Hines, 2024)"@en, "The MAE is calculated over 3 random splits of the data with 809 812 and 811 documents in the test set respectively. (Sim, Routledge & Smith, 2015)"@en ;
  skos:prefLabel "erreur absolue moyenne"@fr, "mean absolute error"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  a skos:Concept ;
  skos:altLabel "MAE"@en, "MAE"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-03T14:14:53"^^xsd:dateTime .

