Kaggle-porto-seguro-cnoof
partially "Calibrated Noisy" Out-Of-Fold predictions for Porto Seguro
@kaggle.aharless_kaggleportosegurocnoof
partially "Calibrated Noisy" Out-Of-Fold predictions for Porto Seguro
@kaggle.aharless_kaggleportosegurocnoof
Porto Seguro competition
Out-of-Fold or pseudo-Out-of-Fold predictions corresponding to Victor Paslay's dataset of test set predictions from various public kernels. ("CNOOF" stands for "Calibrated Noisy Out Of Fold" but currently only one is noisy or calibrated.)
See descriptions of individual files for links to kernels that produced them.
Hopefully we can study ways of combining these models' predictions in a way that doesn't require using up a lot of submissions.
CREATE TABLE forza_pascal_oof (
"id" BIGINT,
"target" DOUBLE
);CREATE TABLE gp_pseu_val (
"id" BIGINT,
"target" DOUBLE
);CREATE TABLE rgf_valid (
"id" BIGINT,
"target" DOUBLE
);CREATE TABLE stacker_oof_1 (
"id" BIGINT,
"target0" DOUBLE,
"target1" DOUBLE,
"target2" DOUBLE
);CREATE TABLE stacker_oof_preds_1 (
"id" BIGINT,
"target" DOUBLE
);CREATE TABLE xgb_valid (
"id" BIGINT,
"target" DOUBLE
);Anyone who has the link will be able to view this.