devuxd / IRIS

IRIS, an intelligent code editor with ML-powered pattern insights. Published in IEEE VLHCC 2019
https://ieeexplore.ieee.org/document/8818871
3 stars 0 forks source link

ID3 misses clear parentAttributeValue association #25

Closed KartikChugh closed 6 years ago

KartikChugh commented 6 years ago
<html>
    <div class='head'>
        <p at='low'></p>
        <a at2='low'></a>
    </div>
    <button class='head'>
        <b at3='low'></b>
        <d at4='low'></d>
    </button>
    <elem class='head'>
        <e at5 = TYPE HERE
    </elem>
</html>

'No prediction possible' even though there's a clear link between parentAttrVal (class=head) and value (low).

KartikChugh commented 6 years ago

Predicts low. Not sure exactly when fixed, but un-updated validation branch has this error while updated master does not, so likely recently with sampling/training data changes.