PlaygroundS4E07|SubsAutoML|V1
Collation of private and public work during AutoML PlaygroundS4E07
@kaggle.ravi20076_playgrounds4e07subsautomlv1
Collation of private and public work during AutoML PlaygroundS4E07
@kaggle.ravi20076_playgrounds4e07subsautomlv1
This dataset is from my private work in the AutoML experiments. I collate all my private work and blend it in my baseline kernel.
I also use the submission from the LAMA kernel as I faced some issues while importing the dataset.
| Model file | CV score | LB score | My work/ public |
|---|---|---|---|
| SubmissionLAMA_V0.csv | 0.89236 | 0.89232 | public |
| Submission_MLV1.csv | 0.88031 | private | |
| Submission_MLV3.csv | 0.88056 | private | |
| submissionAG_V1.parquet | 0.89135 | private | |
| submissionAG_V2.parquet | 0.89101 | private | |
| submissionAutoMLRank1.csv | 0.89505 | 0.89586 | public |
| submissionAGPublic_V1.csv | 0.89007 | 0.89146 | public |
CREATE TABLE submissionagpublic_v1 (
"id" BIGINT,
"response" DOUBLE
);CREATE TABLE submissionautomlrank1 (
"id" BIGINT,
"response" DOUBLE
);CREATE TABLE submissionlama_v0 (
"id" BIGINT,
"response" DOUBLE
);CREATE TABLE submission_mlv1 (
"id" BIGINT,
"response" DOUBLE
);CREATE TABLE submission_mlv3 (
"id" BIGINT,
"response" DOUBLE
);Anyone who has the link will be able to view this.