Skip to content

Plugins for parameter response multiple regression and parallel coordinates #394

Open
VegardOztan wants to merge 256 commits intomasterfrom
group-b-test
Open

Plugins for parameter response multiple regression and parallel coordinates #394
VegardOztan wants to merge 256 commits intomasterfrom
group-b-test

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 and others added 23 commits July 27, 2020 13:53
Fix typos and wording
Renamed ResponseParallelCoordinates to ResponseColoredParallelCoordinates

Delete unused files
ResponseColoredParallelCoordinates
@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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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

6 participants