The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
gradient Boosting Missing values
k_vishnu772
Member Posts: 34 Learner III
Hi All,
I am using a small data for binary classification problem with 320 rows. so as it is a small data set i am using all the data for training using cross validation.I have some missing values in the data and with out imputing any missnig values used gradient boosting algorithm and i got an accuracy of 83 % i would like to know what sort of missing values inputating is impeleted by gradient boosting and after that i used KNN algrrithmn to imput missing values and then applied gradint boosting and i got accuracy of 88 % .Could you please expain which one i should take as best?
Regards,
Vishnu
0
Answers
Hallo Vishnu,
1) As you use two different methodologies, you will get two different results.
2) You explain that have missing values in your data; do you know the percentage of the missing values? Are the missing values equally distributed on all variables? Is your data normalized before training? Did you try with different parameters?
It is perhaps not the answer you wish but I hope that it helps you to better understand your problem.
Maerkli
HI @Maerkli,
I have 2 features where it 30 percent of data is missing and i did't do any normalisation.i did't understand what do you mean by evenly distributed and what shoud be done if it is evenly distributed.if you could explain how should i deal this that would be very helpful for me.
Thank you.
Hi Vishnu,
If it is not confidential, try to share with us your XML file and your data, in .csv format, preferably.
Maerkli.