Skip to content

What is right way to create a feature when there are missing values #6053

Answered by janezd
gengyabc asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, of course, I see.

Can you try using round(TotalCharges/MonthlyCharges) if MonthlyCharges == MonthlyCharges > 0 else 0 in Feature Constructor? This should handle missing values, I guess.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@ajdapretnar
Comment options

Comment options

You must be logged in to vote
3 replies
@gengyabc
Comment options

@janezd
Comment options

@gengyabc
Comment options

Comment options

You must be logged in to vote
1 reply
@gengyabc
Comment options

Answer selected by gengyabc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants