@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-JMTZN80B-R>
  skos:prefLabel "régression"@fr, "regression"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MRS8VZ67-1> .

<http://data.loterre.fr/ark:/67375/8LP-MRS8VZ67-1>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-JMTZN80B-R> ;
  skos:definition "A method of estimating the coefficients of multiple-regression models in scenarios where independent variables are highly correlated. (Wikipedia, retrieved 07/07/2021)."@en, "Méthode d'estimation des coefficients des modèles de régression multiple dans des scénarios où les variables indépendantes sont fortement corrélées. (Wikipédia, récupéré le 07/07/2021)."@fr ;
  skos:hiddenLabel "Ridge Regression"@en, "Régression Ridge"@fr ;
  skos:prefLabel "Ridge regression"@en, "régression Ridge"@fr ;
  dc:modified "2024-06-26T15:13:33"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

