Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit e896b72

Browse files
author
Kamil A. Kaczmarek
authored
Update neptune.yaml
1 parent fbba80e commit e896b72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

neptune.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ exclude:
2020

2121
parameters:
2222
# Data
23-
train_filepath: YOUR/PATH/TO/train.csv
24-
test_filepath: YOUR/PATH/TO/test.csv
23+
train_filepath: YOUR/PATH/TO/train.csv
24+
test_filepath: YOUR/PATH/TO/test.csv
2525
sample_submission_filepath: YOUR/PATH/TO/test.csv/sample_submission.csv
26-
experiment_directory: YOUR/PATH/WORKDIR
26+
experiment_directory: YOUR/PATH/WORKDIR
2727

2828
# Kaggle
2929
kaggle_api: 0
30-
kaggle_message: 'solution-1'
30+
kaggle_message: 'solution-2'
3131

3232
# Data preparation
3333
n_cv_splits: 5

0 commit comments

Comments
 (0)