@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-GRN6VQMP-K>
  skos:prefLabel "feature engineering"@en, "représentation conçue"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S> ;
  a skos:Concept ;
  skos:hiddenLabel "Représentation conçue"@fr, "Feature engineering"@en ;
  dc:created "2024-10-07T07:33:22"^^xsd:dateTime ;
  dc:modified "2024-10-10T14:39:55"^^xsd:dateTime ;
  skos:definition "The task of improving predictive modelling performance on a dataset by transforming its feature space. (Nargesian et al. \"Learning Feature Engineering for Classification\" (August 2017). Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence. Available at  <a href=\"https://doi.org/10.24963/ijcai.2017/352\">https://doi.org/10.24963/ijcai.2017/352</a> (Accessed on 7 Oct 2024))"@en, "Processus de transformation des variables dans les jeux de données afin de les rendre plus compréhensibles pour les modèles d'apprentissage automatique et améliorer la performance de ces derniers. Ce processus inclut la génération de nouvelles caractéristiques basées sur les variables d'entrée et l'extraction de celles qui sont pertinentes pour résoudre un problème donné."@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S>
  skos:prefLabel "méthodes et outils de TAL"@fr, "NLP methods and tools"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GRN6VQMP-K> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
