if anyone wants to train on his data :
- he puts the excel file into his project
- he goes to dataset_description.py
- he fills the datasetDescription with useful infos, for exemple
class Dataset:
PUBLICATION_DATASET = ExcelDatasetDescriptor(
"IRRADIATION",
"DC_POWER",
"pub/publishable_data.xlsx",
"Sheet1"
)
- If he want to use the dataset he just described, he can now specify it in the config.py file (in the latest commit)
This guide needs to be reviewed, formatted and put in the README.md, maybe add some instructions for other file types