Timo Flesch
Timo Flesch
Hey, from looking at the API it seems like the order is correct. The predictor comes first: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html#sklearn.linear_model.LinearRegression.fit
Thanks for the quick reply! I see. Maybe it's a matter of semantics :) My understanding was that `best_config` should return the **whole** config of the best-fitting model logged in...
maybe this one? https://github.com/AMLab-Amsterdam/CEVAE/blob/master/datasets/TWINS/ReadmeTwins Looks like it has two outcome variables, denoting the death of each twin (I know.. quite dark)
ah nevermind, that one has a continuous treatment variable..
Here's a list of multivariate datasets (table 1) https://arxiv.org/pdf/1702.06385.pdf @Ed-Zh would you have time to do some research on these datasets and check if they are publicly avaliable? 'm happy...
@Ed-Zh maybe also have a look at this one https://cran.r-project.org/web/packages/causaldata/causaldata.pdf There's a link to a github repo with all datasets. Some seem to have categorical outcomes