May 2019
Intermediate to advanced
162 pages
4h 24m
English
In this section, we will walk through the implementation of logistic regression in Python within the packtml package. We will start off with a brief recap of what logistic regression seeks to accomplish and then go over the source code and look at an example.
Notice that we have three Python files open. One is extmath.py, from within the utils directory inside of packtml; another is simple_logistic.py, from within the regression library in packtml; and the final ...
Read now
Unlock full access