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

Question on epochs #12

Closed
evabalini opened this issue Aug 4, 2021 · 1 comment
Closed

Question on epochs #12

evabalini opened this issue Aug 4, 2021 · 1 comment

Comments

@evabalini
Copy link

Hello,
thank you for your significant contribution.
I was wondering regarding the epochs of the model: why if I select let's say 1 epoch in the constructor, in the end in the verbose I see 1, 2, 4, 8 and then 16 epochs trained?

@mfbalin
Copy link
Owner

mfbalin commented Feb 22, 2022

It is because 1 epoch might not be enough for the feature selection process to converge. It needs enough time before it can stably converge. This is why, we keep doubling the number of epochs until we observe convergence.

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