Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feature modelselection visualization #320

Merged

Conversation

erikadudki
Copy link
Contributor

  • function to plot AIC or BIC from a model-selection result object
  • add example in jupyter-notebook

def plot_modelselection(
selection_history : dict,
aic_or_bic : str = 'AIC',
option : str = 'delta',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard to find a meaningful name. option -> mode?

erikadudki and others added 3 commits May 11, 2020 01:14
Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Comment on lines 110 to 112
# -----------------------------------------------------
# example
# selection_history = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erikadudki remove the comments, then good to merge?

@erikadudki erikadudki merged commit 276b9d9 into feature_modelselection May 13, 2020
@yannikschaelte yannikschaelte deleted the feature_modelselection_visualization branch June 5, 2020 05:24
m-philipps pushed a commit that referenced this pull request Jun 14, 2022
* visualization: allow for optional columns

* add test for minimal visu spec file

* non-mandatory columns in measurement file are handled in visu routine

* new test cases for minimal measurement file, only mandatory columns

* add error: xvalues in visu file is mandatory


Closes #165, closes #333, closes #329, closes #326, closes #320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants