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
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.