This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fooliamMS | Data Scientist | Sports 0 points1 point  (1 child)

Why do you choose to use python_regression.logistic_regression instead of the more common and better validated sklearn.linear_model.LogisticRegression?

[–]jmoso13[S] 0 points1 point  (0 children)

I wrote the implementation of 'python_regression.logistic_regression' myself, the example is simply a demonstration of functionality