Simen Tennøe

Results 23 issues of Simen Tennøe

With the changes to travis the CI have to be anyway. Instead of moving to the new travis the CI should probably be moved to another provider such as CircleCI...

Enable continuing UQ and SA after loading model results from file. This require the following additional information to be saved: - [ ] Parameters for each model evaluation - [...

enhancement

Currently, the results from an uncertainty quantification with `single=True` are stored as a dictionary of `Data` objects. `Data` should have the ability to store single UQ results directly.

enhancement

`tsfresh` is a package for time series feature extraction. Examine if `tsfresh` is useful for feature calculations, if so add support for `tsfresh` features. [Github repository](https://github.com/blue-yonder/tsfresh) and [Article](https://www.sciencedirect.com/science/article/pii/S0925231218304843?via%3Dihub)

enhancement

Add an option in `Model` that enables multiple model outputs. Would look something like `Model(nr_model_outputs=3)`, with default option of 1 model output. Need to figure out how to represent multiple...

enhancement

Need to find a good way of adding info dictionary to the model results. Similar to what is now done in `NeuronModel`.

enhancement

Do not plot empty plots when creating grid plots. An example of such a plot is: ![sobol_first_sum_grid](https://user-images.githubusercontent.com/4680339/38242424-0d412da6-3735-11e8-9a60-0781849a876b.png)

enhancement

[https://seaborn.pydata.org/generated/seaborn.heatmap.html](https://seaborn.pydata.org/generated/seaborn.heatmap.html)

enhancement

PlotUncertainty needs to be refactored to improve the API

enhancement

- [ ] \_\_delitem\_\_() - [ ] Flag for storing all attribute information, atm all information on for example numpy objects are lost Properties in h5py that we could support:...

missing operators