"Logistic Regression"
Hello,
I do some logistic regression and the Learner offers a function as a result. But i didn't find any solution
for printing the function with the datapoints (x|y).
Is there any possibility to print a function ?
Thanks for your`re help!
I do some logistic regression and the Learner offers a function as a result. But i didn't find any solution
for printing the function with the datapoints (x|y).
Is there any possibility to print a function ?
Thanks for your`re help!
Tagged:
0
Answers
You may print any plot you like. But in order to get the data points connected to your model's prediction you have to apply the newly generated model to your example set. Just take a look at the following example. Once this is done click on the example set tab in the result view and select any plotter and set its parameters.
Best regards
Helge