問題タブ [oversampling]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Pythonでバランスをとるためのマルチクラス分類(オーバーサンプリング)
次の問題があります。分類の問題があります。トラック 50,000 行、Y 60 ラベル。しかし、データは不均衡です (1 つのクラスでは 35000 の値、他の 59 のクラスでは 15000 の値、そのうち約 30 の値)。たとえば、X (column_1、column_2、column_3) と Y:
そして、条件付きですべての値が同じになるように、「ノイズの多い」データを追加する必要があります。
これだけはおもちゃの例ですが、私にはたくさんの意味があります。