-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
when I evaluate the model result in python it got different result from node.js in production. It turns out it is the problem with handling Null values. We used the API you mentioned: matrix(data, row, col, missing), and there is still about ~10% differences in terms of scores.
Could you please tell me what could the problem be, or give an example or how to deal with it? Right now we are doing something like this in production:
featureValues.push(item[col.name] || NaN)
})
})
featureValues = new Float32Array(featureValues)
let inputMatrix = new xgboost.matrix(featureValues,
row,
column, NaN)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels