Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Plugins for parameter response multiple regression and parallel coordinates #394

Open
wants to merge 256 commits into
base: master
Choose a base branch
from

Conversation

VegardOztan
Copy link
Contributor

Resolves #361, resolves #379

Added plugins for parameter response multiple regression and parallel coordinates.

_parameter_response_multiple_regression.py visualizes the results of multiple linear regression of parameters and a chosen response using forward selection to limit the number of terms.

_parameter_response_parallel_coordinates.py genereates parallel coordinates plot colored by response.

saraa394 and others added 30 commits July 2, 2020 08:45
* added basic working regression plugin

* testing

* fixed typo
…#372)

* added basic working regression plugin

* testing

* fixed typo

* table looking good pvalue plot broken

* p-value plot working, kinda, table removed
* added basic working regression plugin

* testing

* fixed typo

* table looking good pvalue plot broken

* p-value plot working, kinda, table removed

* added working table

* fix broken plugin

* fix broken plugin
Add parameter_ignore as input to plugin

Add some documentation
@JosteinGj
Copy link
Contributor

JosteinGj commented Jul 31, 2020

Further imporovements:

Transforming parameters:

Do it inplace at callback time.
suggested controll panel:

  • 2 selectors, one for chosing parameters, the other for choosing the transform to be applied, store and display a list on the form (parameter, transform)

write a function to iterate over selected parameters and transform them. this should be done before the _gen_model() call in the main callback. Interaction effects are generated first in that call so if transforms are done before they should not affect the algorithm at all.

VincentNevermore pushed a commit to VincentNevermore/webviz-subsurface that referenced this pull request Jul 19, 2022
…#394)

Co-authored-by: Havard Bjerke <havard.bjerke@emerson.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: On Hold
Development

Successfully merging this pull request may close these issues.

Parallel coordinates with response coloring Multiple regression of parameters and responses
5 participants