Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

V3.3.0 Cannot set input and output names in LogisticRegressionAnalysis #314

Closed
rpmSportsAnalytics opened this issue Sep 28, 2016 · 2 comments

Comments

@rpmSportsAnalytics
Copy link

Neither the LogisticRegressionAnalysis Constructor nor the Learn method support input and output names as parameters and the Inputs and Outputs properties do not have setters (are read-only).

@cesarsouza
Copy link
Member

cesarsouza commented Sep 29, 2016

Thanks for reporting the issue, and sorry for the inconvenience! As a workaround, please note that you can just replace the values in the string arrays, e.g.

analysis.Inputs[0] = "name";

I will work on a fix for the next release.

@cesarsouza
Copy link
Member

Integrated in release 3.4.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants