Automatically Importing Rascaline's JSON Schema #278
Labels
GAP
GAP experimental architecture
Priority: Low
Non-urgent issues to handle last.
SOAP BPNN
SOAP BPNN experimental architecture
it would be interesting to check if we can automatically import rascaline's JSON schema file here.
Originally posted by @Luthaf in #241 (comment)
This should be feasible in principle since the
jsonschema
library allows external referencing, either via an external file or a URL. The easiest approach would be to expose the schemas in the Rascaline online documentation. This way, we wouldn't need to copy the files into metatrain every time there are changes in the hypers.However, one issue we might encounter is that in Rascaline, some arguments are required. For example:
In metatrain, we don't require these parameters because we use default values if the user doesn't provide them. I'm not sure how to reconcile this difference at the moment. Maybe we can discuss potential solutions, @Luthaf?
The text was updated successfully, but these errors were encountered: