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

why using IMLRegression in classification? #119

Open
jack1232 opened this issue Aug 22, 2018 · 0 comments
Open

why using IMLRegression in classification? #119

jack1232 opened this issue Aug 22, 2018 · 0 comments

Comments

@jack1232
Copy link

Thank you, Jeff, for your great work.

I have a question regarding to the "Encog 3.3: Quick Start Guide". In the "Using Encog for Classification" example of this Guide, you define the best method using the statement:
var bestMethod = (IMLRegression) model.Crossvalidate(5, true);

why IMLRegression is used here? should we need to use IMLClassification instead (because this is a classification problem)?

Another question: when performing cross-validation, is it possible to extract the epoch vs error (or loss) result -- i.e., retrieve the intermediate results within each iteration?

Thanks.
Jack

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