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 to deal with the 'model' folder and 'model2' file everytime we run #44

Closed
qq609299174 opened this issue Sep 29, 2017 · 4 comments
Closed

Comments

@qq609299174
Copy link

I follow the steps for Zillow sample. Every time when I tuned the parameters it seems file in model folder changed. Do I have to delete the file or just keep them. Does this affect the results?

@goldentom42
Copy link

goldentom42 commented Sep 29, 2017

Hi,
model folder keeps the model fitted with the training data for each fold during each run.
Saved models have different ids at each run so keeping them does not affect results.
However you may want to delete these files to save disk space.
Please keep in mind that if you want to use the predict statement command line( i.e. Java -jar stacknet.jar predict ...) you need to have the corresponding fitted models in the model folder.
Hope this helps.

Update: I forgot about model2. This is a recap of all the fitted models and is updated at each train run.

@qq609299174
Copy link
Author

Thanks for your help! Not going to delete them. I have a large disk size XD
But another problem here... I am trying to use SklearnknnRegressor. And.. why it is so slow.
I stuck at the first round cv for about 15 minutes. I use 16 threads and my CPU utilization was only 30%.

@goldentom42
Copy link

I don't think I'm able to assist you on this particular issue.
If you're on windows this may be related to issue #43
It looks like stacknet sometimes hangs on windows though I never encountered the issue but I'm on win8.1 ...

@qq609299174
Copy link
Author

Okay! Thank you solved the problem!

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

2 participants