@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-BKV07MF4-4>
  skos:prefLabel "problème d'apprentissage"@fr, "learning problem"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-VXDHBCK7-M> .

<http://data.loterre.fr/ark:/67375/8LP-VXDHBCK7-M>
  skos:definition "Producing a model with poor predictive ability because the model hasn't fully captured the complexity of the training data. (Google for Developers, Machine Learning Glossary)"@en ;
  dc:modified "2024-05-29T06:41:49"^^xsd:dateTime ;
  skos:hiddenLabel "Underfitting"@en, "Sous-apprentissage"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BKV07MF4-4> ;
  skos:prefLabel "underfitting"@en, "sous-apprentissage"@fr .

