Skip to content

Commit

Permalink
update docs on identifier wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kjappelbaum committed Aug 12, 2024
1 parent ff08213 commit e506957
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/api/sampler.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@ print(mc_result)

## Notes

- The `TemplateSampler` class now supports wrapping of identifiers with tags when the `wrap_identifiers` option is enabled in the configuration.
- The `TemplateSampler` class supports various types of templates, including those with multiple choice questions.
- Class balancing can be useful for creating balanced datasets for machine learning tasks.
- The sampler can handle both categorical and continuous data types, with proper formatting for continuous values.
- Custom sampling functions can be provided for more control over how values are selected from multiple options.

- The `TemplateSampler` class supports wrapping of identifiers with tags when the `wrap_identifiers` option is enabled in the configuration.
- Wrapped identifiers use the format `[BEGIN_IDENTIFIER_TYPE]value[END_IDENTIFIER_TYPE]`.
- Identifier types are based on the `IdentifierEnum` class, which includes common chemical identifiers like SMILES, InChI, and others.

Expand Down

0 comments on commit e506957

Please sign in to comment.