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

Questions about using this package in practice #13

Open
Shentao-YANG opened this issue Aug 27, 2020 · 0 comments
Open

Questions about using this package in practice #13

Shentao-YANG opened this issue Aug 27, 2020 · 0 comments

Comments

@Shentao-YANG
Copy link

Hi,

Thanks for this excellent package. I have the following questions for practical usage of this package:

  1. In the demo_run.py file you use the the function Binning(y_var, n_threshold = 50, y_threshold = 10, p_threshold = 0.35, sign=False) to create the bin_object.
  • May I ask how did you set up the parameters in the function Binning?
  • What are the meanings of those parameters?

I think it will be great if you can provide some documentation / doc string.

  1. In the demo_run.py file you only create bins for one covariate (var = "Age..years."). In practice, unfortunately we will have a lot.
  • Could you provide an example of binning more than one covariates?
  • How will you manage the data structure that will retain both the name of the covariate and the corresponding bin_object?
  • How will you save locally such a data structure (name of the covariate + the corresponding bin_object) for using it later time?

Great thanks!

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

No branches or pull requests

1 participant