removedInput schema / properties / fault_signal_files
Removed value: -{
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Fault Signal Files"
-}
addedInput schema / properties / fault_signal_ids
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fault Signal Ids"
+}
removedInput schema / properties / healthy_signal_files
Removed value: -{
- "items": {
- "type": "string"
- },
- "title": "Healthy Signal Files",
- "type": "array"
-}
addedInput schema / properties / healthy_signal_ids
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "title": "Healthy Signal Ids",
+ "type": "array"
+}
removedInput schema / properties / healthy_validation_files
Removed value: -{
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Healthy Validation Files"
-}
addedInput schema / properties / healthy_validation_ids
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Healthy Validation Ids"
+}
removedInput schema / properties / sampling_rate
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Sampling Rate"
-}
changedInput schema / required
Previous value: -[
- "healthy_signal_files"
-]New value: +[
+ "healthy_signal_ids"
+]
addedOutput schema / properties / model_name
Added value: +{
+ "description": "Name under which the model was saved — pass this to predict_anomalies(model_name=...)",
+ "title": "Model Name",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "model_type",
- "num_training_samples",
- "num_features_original",
- "num_features_pca",
- "variance_explained",
- "model_params",
- "model_path",
- "scaler_path",
- "pca_path"
-]New value: +[
+ "model_name",
+ "model_type",
+ "num_training_samples",
+ "num_features_original",
+ "num_features_pca",
+ "variance_explained",
+ "model_params",
+ "model_path",
+ "scaler_path",
+ "pca_path"
+]