Skip to content

Create functional tests for all V1 Introspective Training scenarios #2817

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

Closed
rogancarr opened this issue Mar 1, 2019 · 1 comment
Closed
Assignees
Labels
API Issues pertaining the friendly API test related to tests

Comments

@rogancarr
Copy link
Contributor

As laid out in #2498 , we need scenarios to cover the Introspective Training functionality we want fully supported in V1.

  • I can take an existing model file and inspect what transformers were included in the pipeline    
  • I can inspect the coefficients (weights and bias) of a linear model without much work. Easy to find via auto-complete.    
  • I can inspect the normalization coefficients of a normalizer in my pipeline without much work. Easy to find via auto-complete.      
  • I can inspect the trees of a boosted decision tree model without much work. Easy to find via auto-complete.      
  • I can inspect the topics after training an LDA transform. Easy to find via auto-complete.      
  • I can inspect a categorical transform and see which feature values map to which key values. Easy to find via auto-complete.      
  • P1: I can access the GAM feature histograms through APIs
@rogancarr rogancarr self-assigned this Mar 1, 2019
@rogancarr rogancarr added API Issues pertaining the friendly API test related to tests labels Mar 1, 2019
@rogancarr
Copy link
Contributor Author

Closed by PR #2859

@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Issues pertaining the friendly API test related to tests
Projects
None yet
Development

No branches or pull requests

1 participant