Hey, I'm working on adding a set of perovskite synthesis reactions to src/olympus/datasets as a benchmark dataset (following a previous discussion with @jschrier earlier this month). A brief description of this dataset can be found here.
Questions:
- It appears all of the benchmark datasets currently in
src/olympus/datasets have continuous targets, but our synthesis dataset has a categorical target. Is this a problem?
- What is the best practice to include descriptors for categorical parameters? (I see you have a
descriptor.csv in this folder, but would it be better to just include the descriptors directly like this?)
Hey, I'm working on adding a set of perovskite synthesis reactions to
src/olympus/datasetsas a benchmark dataset (following a previous discussion with @jschrier earlier this month). A brief description of this dataset can be found here.Questions:
src/olympus/datasetshave continuous targets, but our synthesis dataset has a categorical target. Is this a problem?descriptor.csvin this folder, but would it be better to just include the descriptors directly like this?)