Christopher Teubert

Results 237 issues of Christopher Teubert

Try to make the preprocessing function consistent with the other functions (e.g., from_data) by splitting out inputs, outputs. This also eliminates the need to create this new data list, duplicating...

component: models: data-driven

Combine the same metrics from training and validation into a single chart. _Originally posted by @matteocorbetta in https://github.com/nasa/prog_models/pull/384#pullrequestreview-1087500572_

component: models: data-driven

**Requirement Text** Add tojson and fromjson method inside parameters class that serialized and deserialized parameters as json objects **Background Information** The DRF project would like to use json to save...

enhancement

**Describe the bug** calc_error, from_data, and estimate_params data formats are different. This is not necessarily a bug, but certainly is challenging for usability

bug

**Requirement Text** There are many features in layers as well as fitting and compiling model- Make more configurable **Suggested Solution** part of configurable params. See https://keras.io/api/models/model_training_apis/ for options. Want to...

enhancement
component: models: data-driven

**Requirement Text** Refactor LSTM so output normalization and denormalization is done as a layer **Background Information** Currently output denormalization and normalization is done manually **Suggested Solution** Create Denormalization layer. Add...

enhancement

**Requirement Text** Implement methods for reducing LSTM model size **Suggested Solution** .reduce method **DoD** - [ ] Implement method - [ ] Add example - [ ] Add tests -...

enhancement
component: models: data-driven

**Requirement Text** Implement early stopping option for lstm **Suggested Solution** Config param into from_data to indicate that you would like early stopping. see https://keras.io/api/callbacks/early_stopping/ **DoD** - [ ] Implement feature...

enhancement
component: models: data-driven

Refactor to include data models sub package - LSTM to sub package - Create superclass DataModel - Fix all tests ![image](https://user-images.githubusercontent.com/8226781/181841365-76a0a12e-32e9-45d3-96d2-180fde01e19b.png)

component: surrogate
component: models: data-driven

**Requirement Text** Create a CNN state transition model **DoD** - [ ] implement - [ ] Add example - [ ] Add tests - [ ] Add to change notes...

enhancement
component: models: data-driven