maxiaoba / GRAPE

MIT License
137 stars 29 forks source link

I want to use this code for regression analysis only Can I? #15

Open hemarathore opened 1 year ago

hemarathore commented 1 year ago

Hello @maxiaoba I have a dataframe includes features and target variable as given in your case. Now I want to create a regressor using your code. what changes I need to make, as in your code you filling these missing values and then predicting the output right? Secondly if my data has already some missing values in it then Can I use your code ? where are you saving the missing values or completely filled feature matrix?