Skip to content

Documentation in markdown for user custom dataset usage #5

@jerome-benoit

Description

@jerome-benoit

if anyone wants to train on his data :

  1. he puts the excel file into his project
  2. he goes to dataset_description.py
  3. he fills the datasetDescription with useful infos, for exemple
class Dataset:
    PUBLICATION_DATASET = ExcelDatasetDescriptor(
        "IRRADIATION",
        "DC_POWER",
        "pub/publishable_data.xlsx",
        "Sheet1"
    )
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions