Hello
I would appreciate any assistance in my discussion here:
https://www.kaggle.com/competitions/playground-series-s3e26/discussion/460096
Playground Series - Season 3, Episode 26
1 messages · Page 1 of 1 (latest)
Hello
I would appreciate any assistance in my discussion here:
https://www.kaggle.com/competitions/playground-series-s3e26/discussion/460096
Playground Series - Season 3, Episode 26
My question had been answered
https://www.kaggle.com/competitions/playground-series-s3e26/discussion/460096#2554186
Playground Series - Season 3, Episode 26
i can not seem to increase my competition score and i have tried hyperparameter tuning, cross validation, scaling data, feature engineering and early stopping
what else should try?
Facing same issue
I'd tried to split the problem into 1) predicting a transplant and then 2) predicting survival using survival tools. I suspect that the synthetic data generating process didn't work this way. Great scores usually indicate that you've discovered something about how this synthetic dataset was created
can you explain this in a more descriptive way?
The survival states include 0 = D (death), 1 = C (censored), 2 = CL (censored due to liver transplantation).
yea
Hi, I'm currently going crazy, I have these two codes that should do the same thing :
If I call it like that (using the preprocessor) I get a bad score
while if I use the preprocess function on the data, I get a much better score
These code seem to be doing EXACTLY the same thing, I am really confused
Does anyone have an idea of what is happening ? 😦
@royal mortar what do your resultant data frames look like?
The one resulting from the preprocess function
Not sure how to show you the preprocessor one as calling fit_transform doesn't return a data frame :/
well I can convert it but I'll lose all column names
Ok found the mistake :
When using ColumnTransformer, the columns that are not specified in the set of transformers are removed
I need to add a transformer that does... nothing
thanks!
why do ppl delete their kaggle accounts
I dont know