I ML er data kritisk — kvaliteten og mængden af træningsdata bestemmer i høj grad modelens ydeevne. Princippet 'garbage in, garbage out' gælder stærkt: selv fantastiske algoritmer fejler med dårlige data, mens gode data ofte har større indvirkning end algoritmeval.
Hvorfor data betyder så meget
ML models LEARN from data → the data fundamentally shapes what they learn:
→ GARBAGE IN, GARBAGE OUT → poor data → poor model (no algorithm fixes bad data)
→ good DATA is often MORE impactful than the algorithm (data > model tweaks, often)
→ models can only be as good as the data they learn from
→ data is frequently the most important factor in ML success
