-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a function that checks that the DR artifact to use matches, in terms of metadata, the DCAE one #14
Comments
In GitLab by @lgs on Oct 19, 2020, 10:30 created merge request !4 to address this issue |
In GitLab by @lgs on Oct 19, 2020, 10:30 mentioned in merge request !4 |
In GitLab by @lgs on Oct 19, 2020, 10:57 created merge request !5 to address this issue |
In GitLab by @lgs on Oct 19, 2020, 10:57 mentioned in merge request !5 |
In GitLab by @lgs on Oct 19, 2020, 11:17 created merge request !6 to address this issue |
In GitLab by @lgs on Oct 19, 2020, 11:17 mentioned in merge request !6 |
In GitLab by @lgs on Oct 19, 2020, 11:56 mentioned in merge request !7 |
In GitLab by @vrodriguezf on Oct 14, 2020, 13:30
There can be problems if, for example, the DR wants to use an artifact with 15 variables, but the associated DCAE has been trained with an artifact with 10 variables. The inputs wouldn't match.
There's already a scaffolding of the function
check_compatibility
in theDR
notebook:For now it just checks that the variables used are the same (in number and names). There are other things that has to be checked here such as:
TS.freq
inside the metadata.TS.has_missing_values
, it has to be false)The text was updated successfully, but these errors were encountered: