@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/feature-engineering>
  a schema:TechArticle ;
  schema:headline "Feature Engineering" ;
  schema:url <https://anchorfact.org/ai/feature-engineering/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/feature-engineering>
  schema:citation <https://scikit-learn.org/stable/modules/preprocessing.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/feature-engineering>
  schema:citation <https://scikit-learn.org/stable/modules/feature_selection.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/feature-engineering>
  schema:citation <https://scikit-learn.org/stable/modules/compose.html#column-transformer> ;
  af:sourceTier "B" .