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

How can I save the generated data and how does the generated data be used? #17

Open
froggyis opened this issue Mar 22, 2023 · 0 comments

Comments

@froggyis
Copy link

I am trying to reproduce the provided churn2 dataset, and I am trying to save the generated data from my persepctive the data come from
./scripts/sample.py
image

Q1. So I was wondering whether the generated dataset is x_gen and y_gen . if it does, whether I just write np.save() code to store the generated data? And why did the output show the synthetic data is loaded from /tmp/tmpmtq5gchu and I can't find the dic on my environment.
image

Q2. I am not sure how the catboost is beed executed. from the code,
image

My guess is you use synthetic data to train catboost then evaluate on real testing dataset to see if the model can be trained by synthetic dataset, I am not sure whether this thougt is correct. Please help.

Thanks for reading.

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