868 lines
47 KiB
HTML
868 lines
47 KiB
HTML
<!--
|
|
Automatically generated HTML file from DocOnce source
|
|
(https://github.com/hplgit/doconce/)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
|
|
<meta name="description" content="Data Analysis and Machine Learning: Logistic Regression">
|
|
|
|
<title>Data Analysis and Machine Learning: Logistic Regression</title>
|
|
|
|
|
|
<style type="text/css">
|
|
/* bloodish style */
|
|
|
|
body {
|
|
font-family: Helvetica, Verdana, Arial, Sans-serif;
|
|
color: #404040;
|
|
background: #ffffff;
|
|
}
|
|
h1 { font-size: 1.8em; color: #8A0808; }
|
|
h2 { font-size: 1.6em; color: #8A0808; }
|
|
h3 { font-size: 1.4em; color: #8A0808; }
|
|
h4 { color: #8A0808; }
|
|
a { color: #8A0808; text-decoration:none; }
|
|
tt { font-family: "Courier New", Courier; }
|
|
/* pre style removed because it will interfer with pygments */
|
|
p { text-indent: 0px; }
|
|
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
p.caption { width: 80%; font-style: normal; text-align: left; }
|
|
hr.figure { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
|
|
div { text-align: justify; text-justify: inter-word; }
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
<!-- tocinfo
|
|
{'highest level': 2,
|
|
'sections': [('Logistic Regression', 2, None, '___sec0'),
|
|
('Optimization and Deep learning', 2, None, '___sec1'),
|
|
('Basics', 2, None, '___sec2'),
|
|
('Linear classifier', 2, None, '___sec3'),
|
|
('Some selected properties', 2, None, '___sec4'),
|
|
('The logistic function', 2, None, '___sec5'),
|
|
('Two parameters', 2, None, '___sec6'),
|
|
('Maximum likelihood', 2, None, '___sec7'),
|
|
('The cost function rewritten', 2, None, '___sec8'),
|
|
('Minimizing the cross entropy', 2, None, '___sec9'),
|
|
('A more compact expression', 2, None, '___sec10'),
|
|
('Extending to more predictors', 2, None, '___sec11'),
|
|
('Including more classes', 2, None, '___sec12'),
|
|
('The Softmax function', 2, None, '___sec13'),
|
|
('A _scikit-learn_ example', 2, None, '___sec14'),
|
|
('A simple classification problem', 2, None, '___sec15'),
|
|
('The two-dimensional Ising model, Predicting phase transition '
|
|
'of the two-dimensional Ising model',
|
|
2,
|
|
None,
|
|
'___sec16'),
|
|
('Reading in the data', 2, None, '___sec17'),
|
|
('Logistic regression', 2, None, '___sec18'),
|
|
('Exploring the logistic regression', 2, None, '___sec19'),
|
|
('Accuracy of a classification model', 2, None, '___sec20'),
|
|
('Analyzing the results', 2, None, '___sec21')]}
|
|
end of tocinfo -->
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
TeX: {
|
|
equationNumbers: { autoNumber: "AMS" },
|
|
extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"]
|
|
}
|
|
});
|
|
</script>
|
|
<script type="text/javascript" async
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<!-- ------------------- main content ---------------------- -->
|
|
|
|
|
|
|
|
<center><h1>Data Analysis and Machine Learning: Logistic Regression</h1></center> <!-- document title -->
|
|
|
|
<p>
|
|
<!-- author(s): Morten Hjorth-Jensen -->
|
|
|
|
<center>
|
|
<b>Morten Hjorth-Jensen</b> [1, 2]
|
|
</center>
|
|
|
|
<p>
|
|
<!-- institution(s) -->
|
|
|
|
<center>[1] <b>Department of Physics, University of Oslo</b></center>
|
|
<center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center>
|
|
<br>
|
|
<p>
|
|
<center><h4>Oct 11, 2018</h4></center> <!-- date -->
|
|
<br>
|
|
<p>
|
|
<!-- !split -->
|
|
|
|
<h2 id="___sec0">Logistic Regression </h2>
|
|
|
|
<p>
|
|
In linear regression our main interest was centered on learning the
|
|
coefficients of a functional fit (say a polynomial) in order to be
|
|
able to predict the response of a continuous variable on some unseen
|
|
data. The fit to the continuous variable \( y_i \) is based on some
|
|
independent variables \( \hat{x}_i \). Linear regression resulted in
|
|
analytical expressions (in terms of matrices to invert) for several
|
|
quantities, ranging from the variance and thereby the confidence
|
|
intervals of the parameters \( \hat{\beta} \) to the mean squared
|
|
error. If we can invert the product of the design matrices, linear
|
|
regression gives then a simple recipe for fitting our data.
|
|
|
|
<p>
|
|
Classification problems, however, are concerned with outcomes taking
|
|
the form of discrete variables (i.e. categories). We may for example,
|
|
on the basis of DNA sequencing for a number of patients, like to find
|
|
out which mutations are important for a certain disease; or based on
|
|
scans of various patients' brains, figure out if there is a tumor or
|
|
not; or given a specific physical system, we'd like to identify its
|
|
state, say whether it is an ordered or disordered system (typical
|
|
situation in solid state physics); or classify the status of a
|
|
patient, whether she/he has a stroke or not and many other similar
|
|
situations.
|
|
|
|
<p>
|
|
The most common situation we encounter when we apply logistic
|
|
regression is that of two possible outcomes, normally denoted as a
|
|
binary outcome, true or false, positive or negative, success or
|
|
failure etc.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec1">Optimization and Deep learning </h2>
|
|
|
|
<p>
|
|
Logistic regression will also serve as our stepping stone towards neural
|
|
network algorithms and supervised deep learning. For logistic
|
|
learning, the minimization of the cost function leads to a non-linear
|
|
equation in the parameters \( \hat{\beta} \). The optmization of the problem calls therefore for minimization algorithms. This forms the bottle neck of all machine learning algorithms, namely how to find reliable minima of a multi-variable function. This leads us to the family of gradient descent methods. The latter are the working horses of basically all modern machine learning algorithms.
|
|
|
|
<p>
|
|
We note also that many of the topics discussed here
|
|
regression are also commonly used in modern supervised Deep Learning
|
|
models, as we will see later.
|
|
|
|
<p>
|
|
<!-- !split -->
|
|
|
|
<h2 id="___sec2">Basics </h2>
|
|
|
|
<p>
|
|
We consider the case where the dependent variables, also called the
|
|
responses or the outcomes, \( y_i \) are discrete and only take values
|
|
from \( k=0,\dots,K-1 \) (i.e. \( K \) classes).
|
|
|
|
<p>
|
|
The goal is to predict the
|
|
output classes from the design matrix \( \hat{X}\in\mathbb{R}^{n\times p} \)
|
|
made of \( n \) samples, each of which carries \( p \) features or predictors. The
|
|
primary goal is to identify the classes to which new unseen samples
|
|
belong.
|
|
|
|
<p>
|
|
Let us specialize to the case of two classes only, with outputs \( y_i=0 \) and \( y_i=1 \). Our outcomes could represent the status of a credit card user who could default or not on her/his credit card debt. That is
|
|
$$
|
|
y_i = \begin{bmatrix} 0 & \mathrm{no}\\ 1 & \mathrm{yes} \end{bmatrix}.
|
|
$$
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec3">Linear classifier </h2>
|
|
|
|
<p>
|
|
Before moving to the logistic model, let us try to use our linear regression model to classify these two outcomes. We could for example fit a linear model to the default case if \( y_i > 0.5 \) and the no default case \( y_i \leq 0.5 \).
|
|
|
|
<p>
|
|
We would then have our
|
|
weighted linear combination, namely
|
|
$$
|
|
\begin{equation}
|
|
\hat{y} = \hat{X}^T\hat{\beta} + \hat{\epsilon},
|
|
\label{_auto1}
|
|
\end{equation}
|
|
$$
|
|
|
|
where \( \hat{y} \) is a vector representing the possible outcomes, \( \hat{X} \) is our
|
|
\( n\times p \) design matrix and \( \hat{\beta} \) represents our estimators/predictors.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec4">Some selected properties </h2>
|
|
|
|
<p>
|
|
The main problem with our function is that it
|
|
takes values on the entire real axis. In the case of
|
|
logistic regression, however, the labels \( y_i \) are discrete
|
|
variables.
|
|
|
|
<p>
|
|
One simple way to get a discrete output is to have sign
|
|
functions that map the output of a linear regressor to values \( \{0,1\} \),
|
|
\( f(s_i)=sign(s_i)=1 \) if \( s_i\ge 0 \) and 0 if otherwise.
|
|
We will encounter this model in our first demonstration of neural networks. Historically it is called the "perceptron" model in the machine learning
|
|
literature. This model is extremely simple. However, in many cases it is more
|
|
favorable to use a ``soft" classifier that outputs
|
|
the probability of a given category. This leads us to the logistic function.
|
|
|
|
<p>
|
|
The code for plotting the perceptron can be seen here. This si nothing but the standard <a href="https://en.wikipedia.org/wiki/Heaviside_step_function" target="_blank">Heaviside step function</a>.
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>
|
|
</pre></div>
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec5">The logistic function </h2>
|
|
|
|
<p>
|
|
The perceptron is an example of a ``hard classification" model. We
|
|
will encounter this model when we discuss neural networks as
|
|
well. Each datapoint is deterministically assigned to a category (i.e
|
|
\( y_i=0 \) or \( y_i=1 \)). In many cases, it is favorable to have a "soft"
|
|
classifier that outputs the probability of a given category rather
|
|
than a single value. For example, given \( x_i \), the classifier
|
|
outputs the probability of being in a category \( k \). Logistic regression
|
|
is the most common example of a so-called soft classifier. In logistic
|
|
regression, the probability that a data point \( x_i \)
|
|
belongs to a category \( y_i=\{0,1\} \) is given by the so-called logit function (or Sigmoid) which is meant to represent the likelihood for a given event,
|
|
$$
|
|
p(t) = \frac{1}{1+\mathrm \exp{-t}}=\frac{\exp{t}}{1+\mathrm \exp{t}}.
|
|
$$
|
|
|
|
Note that \( 1-p(t)= p(-t) \).
|
|
The following code plots the logistic function.
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>
|
|
</pre></div>
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec6">Two parameters </h2>
|
|
|
|
<p>
|
|
We assume now that we have two classes with \( y_i \) either \( 0 \) or \( 1 \). Furthermore we assume also that we have only two parameters \( \beta \) in our fitting of the Sigmoid function, that is we define probabilities
|
|
$$
|
|
\begin{align*}
|
|
p(y_i=1|x_i,\hat{\beta}) &= \frac{\exp{(\beta_0+\beta_1x_i)}}{1+\exp{(\beta_0+\beta_1x_i)}},\nonumber\\
|
|
p(y_i=0|x_i,\hat{\beta}) &= 1 - p(y_i=1|x_i,\hat{\beta}),
|
|
\end{align*}
|
|
$$
|
|
|
|
where \( \hat{\beta} \) are the weights we wish to extract from data, in our case \( \beta_0 \) and \( \beta_1 \).
|
|
|
|
<p>
|
|
Note that we used
|
|
$$
|
|
p(y_i=0\vert x_i, \hat{\beta}) = 1-p(y_i=1\vert x_i, \hat{\beta}).
|
|
$$
|
|
|
|
<p>
|
|
<!-- !split -->
|
|
|
|
<h2 id="___sec7">Maximum likelihood </h2>
|
|
|
|
<p>
|
|
In order to define the total likelihood for all possible outcomes from a
|
|
dataset \( \mathcal{D}=\{(y_i,x_i)\} \), with the binary labels
|
|
\( y_i\in\{0,1\} \) and where the data points are drawn independently, we use the so-called <a href="https://en.wikipedia.org/wiki/Maximum_likelihood_estimation" target="_blank">Maximum Likelihood Estimation</a> (MLE) principle.
|
|
We aim thus at maximizing
|
|
the probability of seeing the observed data. We can then approximate the
|
|
likelihood in terms of the product of the individual probabilities of a specific outcome \( y_i \), that is
|
|
$$
|
|
\begin{align*}
|
|
P(\mathcal{D}|\hat{\beta})& = \prod_{i=1}^n \left[p(y_i=1|x_i,\hat{\beta})\right]^{y_i}\left[1-p(y_i=1|x_i,\hat{\beta}))\right]^{1-y_i}\nonumber \\
|
|
\end{align*}
|
|
$$
|
|
|
|
from which we obtain the log-likelihood and our <b>cost/loss</b> function
|
|
$$
|
|
\mathcal{C}(\hat{\beta}) = \sum_{i=1}^n \left( y_i\log{p(y_i=1|x_i,\hat{\beta})} + (1-y_i)\log\left[1-p(y_i=1|x_i,\hat{\beta}))\right]\right).
|
|
$$
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec8">The cost function rewritten </h2>
|
|
|
|
<p>
|
|
Reordering the logarithms, we can rewrite the <b>cost/loss</b> function as
|
|
$$
|
|
\mathcal{C}(\hat{\beta}) = \sum_{i=1}^n \left(y_i(\beta_0+\beta_1x_i) -\log{(1+\exp{(\beta_0+\beta_1x_i)})}\right).
|
|
$$
|
|
|
|
<p>
|
|
The maximum likelihood estimator is defined as the set of parameters that maximize the log-likelihood where we maximize with respect to \( \beta \).
|
|
Since the cost (error) function is just the negative log-likelihood, for logistic regression we have that
|
|
$$
|
|
\mathcal{C}(\hat{\beta})=-\sum_{i=1}^n \left(y_i(\beta_0+\beta_1x_i) -\log{(1+\exp{(\beta_0+\beta_1x_i)})}\right).
|
|
$$
|
|
|
|
This equation is known in statistics as the <b>cross entropy</b>. Finally, we note that just as in linear regression,
|
|
in practice we often supplement the cross-entropy with additional regularization terms, usually \( L_1 \) and \( L_2 \) regularization as we did for Ridge and Lasso regression.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec9">Minimizing the cross entropy </h2>
|
|
|
|
<p>
|
|
The cross entropy is a convex function of the weights \( \hat{\beta} \) and,
|
|
therefore, any local minimizer is a global minimizer.
|
|
|
|
<p>
|
|
Minimizing this
|
|
cost function with respect to the two parameters \( \beta_0 \) and \( \beta_1 \) we obtain
|
|
|
|
$$
|
|
\frac{\partial \mathcal{C}(\hat{\beta})}{\partial \beta_0} = -\sum_{i=1}^n \left(y_i -\frac{\exp{(\beta_0+\beta_1x_i)}}{1+\exp{(\beta_0+\beta_1x_i)}}\right),
|
|
$$
|
|
|
|
and
|
|
$$
|
|
\frac{\partial \mathcal{C}(\hat{\beta})}{\partial \beta_1} = -\sum_{i=1}^n \left(y_ix_i -x_i\frac{\exp{(\beta_0+\beta_1x_i)}}{1+\exp{(\beta_0+\beta_1x_i)}}\right).
|
|
$$
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec10">A more compact expression </h2>
|
|
|
|
<p>
|
|
Let us now define a vector \( \hat{y} \) with \( n \) elements \( y_i \), an
|
|
\( n\times p \) matrix \( \hat{X} \) which contains the \( x_i \) values and a
|
|
vector \( \hat{p} \) of fitted probabilities \( p(y_i\vert x_i,\hat{\beta}) \). We can rewrite in a more compact form the first
|
|
derivative of cost function as
|
|
|
|
$$
|
|
\frac{\partial \mathcal{C}(\hat{\beta})}{\partial \hat{\beta}} = -\hat{X}^T\left(\hat{y}-\hat{p}\right).
|
|
$$
|
|
|
|
<p>
|
|
If we in addition define a diagonal matrix \( \hat{W} \) with elements
|
|
\( p(y_i\vert x_i,\hat{\beta})(1-p(y_i\vert x_i,\hat{\beta}) \), we can obtain a compact expression of the second derivative as
|
|
|
|
$$
|
|
\frac{\partial^2 \mathcal{C}(\hat{\beta})}{\partial \hat{\beta}\partial \hat{\beta}^T} = \hat{X}^T\hat{W}\hat{X}.
|
|
$$
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec11">Extending to more predictors </h2>
|
|
|
|
<p>
|
|
Within a binary classification problem, we can easily expand our model to include multiple predictors. Our ratio between likelihoods is then with \( p \) predictors
|
|
$$
|
|
\log{ \frac{p(\hat{\beta}\hat{x})}{1-p(\hat{\beta}\hat{x})}} = \beta_0+\beta_1x_1+\beta_2x_2+\dots+\beta_px_p.
|
|
$$
|
|
|
|
Here we defined \( \hat{x}=[1,x_1,x_2,\dots,x_p] \) and \( \hat{\beta}=[\beta_0, \beta_1, \dots, \beta_p] \) leading to
|
|
$$
|
|
p(\hat{\beta}\hat{x})=\frac{ \exp{(\beta_0+\beta_1x_1+\beta_2x_2+\dots+\beta_px_p)}}{1+\exp{(\beta_0+\beta_1x_1+\beta_2x_2+\dots+\beta_px_p)}}.
|
|
$$
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec12">Including more classes </h2>
|
|
|
|
<p>
|
|
Till now we have mainly focused on two classes, the so-called binary system. Suppose we wish to extend to \( K \) classes.
|
|
Let us for the sake of simplicity assume we have only two predictors. We have then following model
|
|
$$
|
|
\log{\frac{p(C=1\vert x)}{p(K\vert x)}} = \beta_{10}+\beta_{11}x_1,
|
|
$$
|
|
|
|
$$
|
|
\log{\frac{p(C=2\vert x)}{p(K\vert x)}} = \beta_{20}+\beta_{21}x_1,
|
|
$$
|
|
|
|
and so on till the class \( C=K-1 \) class
|
|
$$
|
|
\log{\frac{p(C=K-1\vert x)}{p(K\vert x)}} = \beta_{(K-1)0}+\beta_{(K-1)1}x_1,
|
|
$$
|
|
|
|
and the model is specified in term of \( K-1 \) so-called log-odds or <b>logit</b> transformations.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec13">The Softmax function </h2>
|
|
|
|
<p>
|
|
In our discussion of neural networks we will encounter the above again in terms of the so-called <b>Softmax</b> function.
|
|
|
|
<p>
|
|
The softmax function is used in various multiclass classification
|
|
methods, such as multinomial logistic regression (also known as
|
|
softmax regression), multiclass linear discriminant
|
|
analysis, naive Bayes classifiers, and artificial neural networks.
|
|
Specifically, in multinomial logistic regression and linear
|
|
discriminant analysis, the input to the function is the result of \( K \)
|
|
distinct linear functions, and the predicted probability for the \( k \)-th
|
|
class given a sample vector \( \hat{x} \) and a weighting vector \( \hat{\beta} \) is (with two predictors):
|
|
|
|
$$
|
|
p(C=k\vert \mathbf {x} )=\frac{\exp{(\beta_{k0}+\beta_{k1}x_1)}}{1+\sum_{l=1}^{K-1}\exp{(\beta_{l0}+\beta_{l1}x_1)}}.
|
|
$$
|
|
|
|
It is easy to extend to more predictors. The final class is
|
|
$$
|
|
p(C=K\vert \mathbf {x} )=\frac{1}{1+\sum_{l=1}^{K-1}\exp{(\beta_{l0}+\beta_{l1}x_1)}},
|
|
$$
|
|
|
|
and they sum to one. Our earlier discussions were all specialized to the case with two classes only. It is easy to see from the above that what we derived earlier is compatible with these equations.
|
|
|
|
<p>
|
|
To find the optimal parameters we would typically use a gradient descent method.
|
|
Newton's method and gradient descent methods are discussed in the material on <a href="https://compphysics.github.io/MachineLearning/doc/pub/Splines/html/Splines-bs.html" target="_blank">optimization methods</a>.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec14">A <b>scikit-learn</b> example </h2>
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn</span> <span style="color: #008000; font-weight: bold">import</span> datasets
|
|
iris <span style="color: #666666">=</span> datasets<span style="color: #666666">.</span>load_iris()
|
|
<span style="color: #008000">list</span>(iris<span style="color: #666666">.</span>keys())
|
|
[<span style="color: #BA2121">'data'</span>, <span style="color: #BA2121">'target_names'</span>, <span style="color: #BA2121">'feature_names'</span>, <span style="color: #BA2121">'target'</span>, <span style="color: #BA2121">'DESCR'</span>]
|
|
X <span style="color: #666666">=</span> iris[<span style="color: #BA2121">"data"</span>][:, <span style="color: #666666">3</span>:] <span style="color: #408080; font-style: italic"># petal width</span>
|
|
y <span style="color: #666666">=</span> (iris[<span style="color: #BA2121">"target"</span>] <span style="color: #666666">==</span> <span style="color: #666666">2</span>)<span style="color: #666666">.</span>astype(np<span style="color: #666666">.</span>int) <span style="color: #408080; font-style: italic"># 1 if Iris-Virginica, else 0</span>
|
|
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn.linear_model</span> <span style="color: #008000; font-weight: bold">import</span> LogisticRegression
|
|
log_reg <span style="color: #666666">=</span> LogisticRegression()
|
|
log_reg<span style="color: #666666">.</span>fit(X, y)
|
|
|
|
X_new <span style="color: #666666">=</span> np<span style="color: #666666">.</span>linspace(<span style="color: #666666">0</span>, <span style="color: #666666">3</span>, <span style="color: #666666">1000</span>)<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>, <span style="color: #666666">1</span>)
|
|
y_proba <span style="color: #666666">=</span> log_reg<span style="color: #666666">.</span>predict_proba(X_new)
|
|
plt<span style="color: #666666">.</span>plot(X_new, y_proba[:, <span style="color: #666666">1</span>], <span style="color: #BA2121">"g-"</span>, label<span style="color: #666666">=</span><span style="color: #BA2121">"Iris-Virginica"</span>)
|
|
plt<span style="color: #666666">.</span>plot(X_new, y_proba[:, <span style="color: #666666">0</span>], <span style="color: #BA2121">"b--"</span>, label<span style="color: #666666">=</span><span style="color: #BA2121">"Not Iris-Virginica"</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec15">A simple classification problem </h2>
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">sklearn</span> <span style="color: #008000; font-weight: bold">import</span> datasets, linear_model
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
|
|
|
|
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">generate_data</span>():
|
|
np<span style="color: #666666">.</span>random<span style="color: #666666">.</span>seed(<span style="color: #666666">0</span>)
|
|
X, y <span style="color: #666666">=</span> datasets<span style="color: #666666">.</span>make_moons(<span style="color: #666666">200</span>, noise<span style="color: #666666">=0.20</span>)
|
|
<span style="color: #008000; font-weight: bold">return</span> X, y
|
|
|
|
|
|
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">visualize</span>(X, y, clf):
|
|
<span style="color: #408080; font-style: italic"># plt.scatter(X[:, 0], X[:, 1], s=40, c=y, cmap=plt.cm.Spectral)</span>
|
|
<span style="color: #408080; font-style: italic"># plt.show()</span>
|
|
plot_decision_boundary(<span style="color: #008000; font-weight: bold">lambda</span> x: clf<span style="color: #666666">.</span>predict(x), X, y)
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">"Logistic Regression"</span>)
|
|
|
|
|
|
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">plot_decision_boundary</span>(pred_func, X, y):
|
|
<span style="color: #408080; font-style: italic"># Set min and max values and give it some padding</span>
|
|
x_min, x_max <span style="color: #666666">=</span> X[:, <span style="color: #666666">0</span>]<span style="color: #666666">.</span>min() <span style="color: #666666">-</span> <span style="color: #666666">.5</span>, X[:, <span style="color: #666666">0</span>]<span style="color: #666666">.</span>max() <span style="color: #666666">+</span> <span style="color: #666666">.5</span>
|
|
y_min, y_max <span style="color: #666666">=</span> X[:, <span style="color: #666666">1</span>]<span style="color: #666666">.</span>min() <span style="color: #666666">-</span> <span style="color: #666666">.5</span>, X[:, <span style="color: #666666">1</span>]<span style="color: #666666">.</span>max() <span style="color: #666666">+</span> <span style="color: #666666">.5</span>
|
|
h <span style="color: #666666">=</span> <span style="color: #666666">0.01</span>
|
|
<span style="color: #408080; font-style: italic"># Generate a grid of points with distance h between them</span>
|
|
xx, yy <span style="color: #666666">=</span> np<span style="color: #666666">.</span>meshgrid(np<span style="color: #666666">.</span>arange(x_min, x_max, h), np<span style="color: #666666">.</span>arange(y_min, y_max, h))
|
|
<span style="color: #408080; font-style: italic"># Predict the function value for the whole gid</span>
|
|
Z <span style="color: #666666">=</span> pred_func(np<span style="color: #666666">.</span>c_[xx<span style="color: #666666">.</span>ravel(), yy<span style="color: #666666">.</span>ravel()])
|
|
Z <span style="color: #666666">=</span> Z<span style="color: #666666">.</span>reshape(xx<span style="color: #666666">.</span>shape)
|
|
<span style="color: #408080; font-style: italic"># Plot the contour and training examples</span>
|
|
plt<span style="color: #666666">.</span>contourf(xx, yy, Z, cmap<span style="color: #666666">=</span>plt<span style="color: #666666">.</span>cm<span style="color: #666666">.</span>Spectral)
|
|
plt<span style="color: #666666">.</span>scatter(X[:, <span style="color: #666666">0</span>], X[:, <span style="color: #666666">1</span>], c<span style="color: #666666">=</span>y, cmap<span style="color: #666666">=</span>plt<span style="color: #666666">.</span>cm<span style="color: #666666">.</span>Spectral)
|
|
plt<span style="color: #666666">.</span>show()
|
|
|
|
|
|
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">classify</span>(X, y):
|
|
clf <span style="color: #666666">=</span> linear_model<span style="color: #666666">.</span>LogisticRegressionCV()
|
|
clf<span style="color: #666666">.</span>fit(X, y)
|
|
<span style="color: #008000; font-weight: bold">return</span> clf
|
|
|
|
|
|
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">main</span>():
|
|
X, y <span style="color: #666666">=</span> generate_data()
|
|
<span style="color: #408080; font-style: italic"># visualize(X, y)</span>
|
|
clf <span style="color: #666666">=</span> classify(X, y)
|
|
visualize(X, y, clf)
|
|
|
|
|
|
<span style="color: #008000; font-weight: bold">if</span> <span style="color: #19177C">__name__</span> <span style="color: #666666">==</span> <span style="color: #BA2121">"__main__"</span>:
|
|
main()
|
|
</pre></div>
|
|
<p>
|
|
<!-- !split -->
|
|
|
|
<h2 id="___sec16">The two-dimensional Ising model, Predicting phase transition of the two-dimensional Ising model </h2>
|
|
|
|
<p>
|
|
The Hamiltonian of the two-dimensional Ising model without an external field for a constant coupling constant \( J \) is given by
|
|
$$
|
|
\begin{align}
|
|
H = -J \sum_{\langle ij\rangle} S_i S_j,
|
|
\label{_auto2}
|
|
\end{align}
|
|
$$
|
|
|
|
where \( S_i \in \{-1, 1\} \) and \( \langle ij \rangle \) signifies that we only iterate over the nearest neighbors in the lattice. We will be looking at a system of \( L = 40 \) spins in each dimension, i.e., \( L^2 = 1600 \) spins in total. Opposed to the one-dimensional Ising model we will get a phase transition from an <b>ordered</b> phase to a <b>disordered</b> phase at the critical temperature
|
|
|
|
$$
|
|
\begin{align}
|
|
\frac{T_c}{J} = \frac{2}{\log\left(1 + \sqrt{2}\right)} \approx 2.26,
|
|
\label{_auto3}
|
|
\end{align}
|
|
$$
|
|
|
|
as shown by Lars Onsager.
|
|
|
|
<p>
|
|
Here we use <b>logistic regression</b> to predict when a phase transition
|
|
occurs. The data we will look at is a set of spin configurations,
|
|
i.e., individual lattices with spins, labeled <b>ordered</b> <code>1</code> or
|
|
<b>disordered</b> <code>0</code>. Our job is to build a model which will take in a
|
|
spin configuration and predict whether or not the spin configuration
|
|
constitutes an ordered or a disordered phase. To achieve this we will
|
|
represent the lattices as flattened arrays with \( 1600 \) elements
|
|
instead of a matrix of \( 40 \times 40 \) elements. As an extra test of
|
|
the performance of the algorithms we will divide the dataset into
|
|
three pieces. We will do a conventional train-test-split on a
|
|
combination of totally ordered and totally disordered phases. The
|
|
remaining "critical-like" states will be used as test data which we
|
|
hope the model will be able to make good extrapolated predictions on.
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">pickle</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">os</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">glob</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">numpy</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">np</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">pandas</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">pd</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">matplotlib.pyplot</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">plt</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">seaborn</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">sns</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">sklearn.model_selection</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">skms</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">sklearn.linear_model</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">skl</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">sklearn.metrics</span> <span style="color: #008000; font-weight: bold">as</span> <span style="color: #0000FF; font-weight: bold">skm</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">tqdm</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">copy</span>
|
|
<span style="color: #008000; font-weight: bold">import</span> <span style="color: #0000FF; font-weight: bold">time</span>
|
|
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">IPython.display</span> <span style="color: #008000; font-weight: bold">import</span> display
|
|
|
|
<span style="color: #666666">%</span>matplotlib inline
|
|
|
|
sns<span style="color: #666666">.</span>set(color_codes<span style="color: #666666">=</span><span style="color: #008000">True</span>)
|
|
</pre></div>
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec17">Reading in the data </h2>
|
|
|
|
<p>
|
|
Using the data from <a href="https://physics.bu.edu/~pankajm/ML-Review-Datasets/isingMC/" target="_blank">Mehta et al.</a> (specifically the two datasets named <code>Ising2DFM_reSample_L40_T=All.pkl</code> and <code>Ising2DFM_reSample_L40_T=All_labels.pkl</code>) we have to unpack the data into numpy arrays.
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>filenames <span style="color: #666666">=</span> glob<span style="color: #666666">.</span>glob(os<span style="color: #666666">.</span>path<span style="color: #666666">.</span>join(<span style="color: #BA2121">".."</span>, <span style="color: #BA2121">"dat"</span>, <span style="color: #BA2121">"*"</span>))
|
|
label_filename <span style="color: #666666">=</span> <span style="color: #008000">list</span>(<span style="color: #008000">filter</span>(<span style="color: #008000; font-weight: bold">lambda</span> x: <span style="color: #BA2121">"label"</span> <span style="color: #AA22FF; font-weight: bold">in</span> x, filenames))[<span style="color: #666666">0</span>]
|
|
dat_filename <span style="color: #666666">=</span> <span style="color: #008000">list</span>(<span style="color: #008000">filter</span>(<span style="color: #008000; font-weight: bold">lambda</span> x: <span style="color: #BA2121">"label"</span> <span style="color: #AA22FF; font-weight: bold">not</span> <span style="color: #AA22FF; font-weight: bold">in</span> x, filenames))[<span style="color: #666666">0</span>]
|
|
|
|
<span style="color: #408080; font-style: italic"># Read in the labels</span>
|
|
<span style="color: #008000; font-weight: bold">with</span> <span style="color: #008000">open</span>(label_filename, <span style="color: #BA2121">"rb"</span>) <span style="color: #008000; font-weight: bold">as</span> f:
|
|
labels <span style="color: #666666">=</span> pickle<span style="color: #666666">.</span>load(f)
|
|
|
|
<span style="color: #408080; font-style: italic"># Read in the corresponding configurations</span>
|
|
<span style="color: #008000; font-weight: bold">with</span> <span style="color: #008000">open</span>(dat_filename, <span style="color: #BA2121">"rb"</span>) <span style="color: #008000; font-weight: bold">as</span> f:
|
|
data <span style="color: #666666">=</span> np<span style="color: #666666">.</span>unpackbits(pickle<span style="color: #666666">.</span>load(f))<span style="color: #666666">.</span>reshape(<span style="color: #666666">-1</span>, <span style="color: #666666">1600</span>)<span style="color: #666666">.</span>astype(<span style="color: #BA2121">"int"</span>)
|
|
|
|
<span style="color: #408080; font-style: italic"># Set spin-down to -1</span>
|
|
data[data <span style="color: #666666">==</span> <span style="color: #666666">0</span>] <span style="color: #666666">=</span> <span style="color: #666666">-1</span>
|
|
</pre></div>
|
|
<p>
|
|
This dataset consists of \( 10000 \) samples, i.e., \( 10000 \) spin
|
|
configurations with \( 40 \times 40 \) spins each, for \( 16 \) temperatures
|
|
between \( 0.25 \) to \( 4.0 \). Next we create a train/test-split and keep
|
|
the data in the critical phase as a separate dataset for
|
|
extrapolation-testing.
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #408080; font-style: italic"># Set up slices of the dataset</span>
|
|
ordered <span style="color: #666666">=</span> <span style="color: #008000">slice</span>(<span style="color: #666666">0</span>, <span style="color: #666666">70000</span>)
|
|
critical <span style="color: #666666">=</span> <span style="color: #008000">slice</span>(<span style="color: #666666">70000</span>, <span style="color: #666666">100000</span>)
|
|
disordered <span style="color: #666666">=</span> <span style="color: #008000">slice</span>(<span style="color: #666666">100000</span>, <span style="color: #666666">160000</span>)
|
|
|
|
X_train, X_test, y_train, y_test <span style="color: #666666">=</span> skms<span style="color: #666666">.</span>train_test_split(
|
|
np<span style="color: #666666">.</span>concatenate((data[ordered], data[disordered])),
|
|
np<span style="color: #666666">.</span>concatenate((labels[ordered], labels[disordered])),
|
|
test_size<span style="color: #666666">=0.95</span>
|
|
)
|
|
</pre></div>
|
|
<p>
|
|
Using a small training set yields a better accuracy. This will be discussed in the end.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec18">Logistic regression </h2>
|
|
|
|
<p>
|
|
Logistic regression is a linear model for classification. Recalling
|
|
the cost function for ordinary least squares with both L2 (ridge) and
|
|
L1 (LASSO) penalties we will see that the logistic cost function is
|
|
very similar. In OLS we wish to predict a continuous variable
|
|
\( \hat{y} \) using
|
|
$$
|
|
\begin{align}
|
|
\hat{y} = X\omega,
|
|
\label{_auto4}
|
|
\end{align}
|
|
$$
|
|
|
|
<p>
|
|
where \( X \in \mathbb{R}^{n \times p} \) is the input data and \( \omega^{p
|
|
\times d} \) are the weights of the regression. In a classification
|
|
setting (binary classification in our situation) we are interested in
|
|
a positive or negative answer. We can thus define either answer to be
|
|
above or below some threshold. But, in order to limit the size of the
|
|
answer and also to get a probability interpretation on how sure we are
|
|
for either answer we can compute the sigmoid function of OLS. That is,
|
|
|
|
$$
|
|
\begin{align}
|
|
f(X\omega) = \frac{1}{1 + \exp(-X\omega)}.
|
|
\label{_auto5}
|
|
\end{align}
|
|
$$
|
|
|
|
We are thus interested in minizming the following cost function
|
|
$$
|
|
\begin{align}
|
|
C(X, \omega) = \sum_{i = 1}^n \left\{
|
|
- y_i\log\left( f(x_i^T\omega) \right)
|
|
- (1 - y_i)\log\left[1 - f(x_i^T\omega)\right]
|
|
\right\},
|
|
\label{_auto6}
|
|
\end{align}
|
|
$$
|
|
|
|
<p>
|
|
where we will restrict ourselves to a value for \( f(z) \) as the sigmoid
|
|
described above. We can also tack on a L2 (Ridge) or L1 (LASSO)
|
|
penalization to this cost function in the same manner we did for
|
|
linear regression.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec19">Exploring the logistic regression </h2>
|
|
|
|
<p>
|
|
The penalization factor \( \lambda \) is inverted in the case of the
|
|
logistic regression model we use. We will explore several values of
|
|
\( \lambda \) using both L1 and L2 penalization. We do this using a grid
|
|
search over different parameters and run a 3-fold cross validation for
|
|
each configuration. In other words, we fit a model 3 times for each
|
|
configuration of the hyper parameters.
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>lambdas <span style="color: #666666">=</span> np<span style="color: #666666">.</span>logspace(<span style="color: #666666">-7</span>, <span style="color: #666666">-1</span>, <span style="color: #666666">7</span>)
|
|
|
|
param_grid <span style="color: #666666">=</span> {
|
|
<span style="color: #BA2121">"C"</span>: <span style="color: #008000">list</span>(<span style="color: #666666">1.0/</span>lambdas),
|
|
<span style="color: #BA2121">"penalty"</span>: [<span style="color: #BA2121">"l1"</span>, <span style="color: #BA2121">"l2"</span>]
|
|
}
|
|
clf <span style="color: #666666">=</span> skms<span style="color: #666666">.</span>GridSearchCV(
|
|
skl<span style="color: #666666">.</span>LogisticRegression(),
|
|
param_grid<span style="color: #666666">=</span>param_grid,
|
|
n_jobs<span style="color: #666666">=-1</span>,
|
|
return_train_score<span style="color: #666666">=</span><span style="color: #008000">True</span>
|
|
)
|
|
t0 <span style="color: #666666">=</span> time<span style="color: #666666">.</span>time()
|
|
clf<span style="color: #666666">.</span>fit(X_train, y_train)
|
|
t1 <span style="color: #666666">=</span> time<span style="color: #666666">.</span>time()
|
|
|
|
<span style="color: #008000; font-weight: bold">print</span> (
|
|
<span style="color: #BA2121">"Time spent fitting GridSearchCV(LogisticRegression): {0:.3f} sec"</span><span style="color: #666666">.</span>format(
|
|
t1 <span style="color: #666666">-</span> t0
|
|
)
|
|
)
|
|
</pre></div>
|
|
<p>
|
|
We can see that logistic regression is quite slow and using the grid
|
|
search and cross validation results in quite a heavy
|
|
computation. Below we show the results of the different
|
|
configurations.
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>logreg_df <span style="color: #666666">=</span> pd<span style="color: #666666">.</span>DataFrame(clf<span style="color: #666666">.</span>cv_results_)
|
|
|
|
display(logreg_df)
|
|
</pre></div>
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec20">Accuracy of a classification model </h2>
|
|
|
|
<p>
|
|
To determine how well a classification model is performing we count
|
|
the number of correctly labeled classes and divide by the number of
|
|
classes in total. The accuracy is thus given by
|
|
|
|
$$
|
|
\begin{align}
|
|
a(y, \hat{y}) = \frac{1}{n}\sum_{i = 1}^{n} I(y_i = \hat{y}_i),
|
|
\label{_auto7}
|
|
\end{align}
|
|
$$
|
|
|
|
<p>
|
|
where \( I(y_i = \hat{y}_i) \) is the indicator function given by
|
|
|
|
$$
|
|
\begin{align}
|
|
I(x = y) = \begin{cases}
|
|
1 & x = y,
|
|
\label{_auto8}\\
|
|
0 & x \neq y.
|
|
\end{cases}
|
|
\label{_auto9}
|
|
\end{align}
|
|
$$
|
|
|
|
<p>
|
|
This is the accuracy provided by Scikit-learn when using <b>sklearn.metrics.accuracyscore</b>.
|
|
|
|
<p>
|
|
Below we compute the accuracy of the best fit model on the training data (which should give a good accuracy), the test data (which has not been shown to the model) and the critical data (completely new data that needs to be extrapolated).
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>train_accuracy <span style="color: #666666">=</span> skm<span style="color: #666666">.</span>accuracy_score(y_train, clf<span style="color: #666666">.</span>predict(X_train))
|
|
test_accuracy <span style="color: #666666">=</span> skm<span style="color: #666666">.</span>accuracy_score(y_test, clf<span style="color: #666666">.</span>predict(X_test))
|
|
critical_accuracy <span style="color: #666666">=</span> skm<span style="color: #666666">.</span>accuracy_score(labels[critical], clf<span style="color: #666666">.</span>predict(data[critical]))
|
|
|
|
<span style="color: #008000; font-weight: bold">print</span> (<span style="color: #BA2121">"Accuracy on train data: {0}"</span><span style="color: #666666">.</span>format(train_accuracy))
|
|
<span style="color: #008000; font-weight: bold">print</span> (<span style="color: #BA2121">"Accuracy on test data: {0}"</span><span style="color: #666666">.</span>format(test_accuracy))
|
|
<span style="color: #008000; font-weight: bold">print</span> (<span style="color: #BA2121">"Accuracy on critical data: {0}"</span><span style="color: #666666">.</span>format(critical_accuracy))
|
|
</pre></div>
|
|
<p>
|
|
We can see that we get quite good accuracy on the training data, but gradually worsening accuracy on the test and critical data.
|
|
|
|
<p>
|
|
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
<h2 id="___sec21">Analyzing the results </h2>
|
|
|
|
<p>
|
|
Below we show a different metric for determining the quality of our
|
|
model, namely the <b>reciever operating characteristic</b> (ROC). The ROC
|
|
curve tells us how well the model correctly classifies the different
|
|
labels. We plot the <b>true positive rate</b> (the rate of predicted
|
|
positive classes that are positive) versus the <b>false positive rate</b>
|
|
(the rate of predicted positive classes that are negative). The ROC
|
|
curve is built by computing the true positive rate and the false
|
|
positive rate for varying <b>thresholds</b>, i.e, which probability we
|
|
should acredit a certain class.
|
|
|
|
<p>
|
|
By computing the <b>area under the curve</b> (AUC) of the ROC curve we get an estimate of how well our model is performing. Pure guessing will get an AUC of \( 0.5 \). A perfect score will get an AUC of \( 1.0 \).
|
|
|
|
<p>
|
|
|
|
<!-- code=python (!bc pycod) typeset with pygments style "default" -->
|
|
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span>fig <span style="color: #666666">=</span> plt<span style="color: #666666">.</span>figure(figsize<span style="color: #666666">=</span>(<span style="color: #666666">20</span>, <span style="color: #666666">14</span>))
|
|
|
|
<span style="color: #008000; font-weight: bold">for</span> (_X, _y), label <span style="color: #AA22FF; font-weight: bold">in</span> <span style="color: #008000">zip</span>(
|
|
[
|
|
(X_train, y_train),
|
|
(X_test, y_test),
|
|
(data[critical], labels[critical])
|
|
],
|
|
[<span style="color: #BA2121">"Train"</span>, <span style="color: #BA2121">"Test"</span>, <span style="color: #BA2121">"Critical"</span>]
|
|
):
|
|
proba <span style="color: #666666">=</span> clf<span style="color: #666666">.</span>predict_proba(_X)
|
|
fpr, tpr, _ <span style="color: #666666">=</span> skm<span style="color: #666666">.</span>roc_curve(_y, proba[:, <span style="color: #666666">1</span>])
|
|
roc_auc <span style="color: #666666">=</span> skm<span style="color: #666666">.</span>auc(fpr, tpr)
|
|
|
|
<span style="color: #008000; font-weight: bold">print</span> (<span style="color: #BA2121">"LogisticRegression AUC ({0}): {1}"</span><span style="color: #666666">.</span>format(label, roc_auc))
|
|
|
|
plt<span style="color: #666666">.</span>plot(fpr, tpr, label<span style="color: #666666">=</span><span style="color: #BA2121">"{0} (AUC = {1})"</span><span style="color: #666666">.</span>format(label, roc_auc), linewidth<span style="color: #666666">=4.0</span>)
|
|
|
|
plt<span style="color: #666666">.</span>plot([<span style="color: #666666">0</span>, <span style="color: #666666">1</span>], [<span style="color: #666666">0</span>, <span style="color: #666666">1</span>], <span style="color: #BA2121">"--"</span>, label<span style="color: #666666">=</span><span style="color: #BA2121">"Guessing (AUC = 0.5)"</span>, linewidth<span style="color: #666666">=4.0</span>)
|
|
|
|
plt<span style="color: #666666">.</span>title(<span style="color: #BA2121">r"The ROC curve for LogisticRegression"</span>, fontsize<span style="color: #666666">=18</span>)
|
|
plt<span style="color: #666666">.</span>xlabel(<span style="color: #BA2121">r"False positive rate"</span>, fontsize<span style="color: #666666">=18</span>)
|
|
plt<span style="color: #666666">.</span>ylabel(<span style="color: #BA2121">r"True positive rate"</span>, fontsize<span style="color: #666666">=18</span>)
|
|
plt<span style="color: #666666">.</span>axis([<span style="color: #666666">-0.01</span>, <span style="color: #666666">1.01</span>, <span style="color: #666666">-0.01</span>, <span style="color: #666666">1.01</span>])
|
|
plt<span style="color: #666666">.</span>xticks(fontsize<span style="color: #666666">=18</span>)
|
|
plt<span style="color: #666666">.</span>yticks(fontsize<span style="color: #666666">=18</span>)
|
|
plt<span style="color: #666666">.</span>legend(loc<span style="color: #666666">=</span><span style="color: #BA2121">"best"</span>, fontsize<span style="color: #666666">=18</span>)
|
|
plt<span style="color: #666666">.</span>show()
|
|
</pre></div>
|
|
<p>
|
|
We can see that this plot of the ROC looks very strange. This tells us
|
|
that logistic regression is quite inept at predicting the Ising model
|
|
transition and is therefore highly non-linear. The ROC curve for the
|
|
training data looks quite good, but as the testing data is so far off
|
|
we see that we are dealing with an overfit model.
|
|
|
|
<p>
|
|
A previous run with \( 50\% \) of the data used for training yielded a
|
|
worse performance than using a smaller training set. This again gives
|
|
confidence to the fact that logistic regression is not able to
|
|
correctly fit the Ising model as it is not a linear model.
|
|
|
|
<!-- ------------------- end of main content --------------- -->
|
|
|
|
|
|
<center style="font-size:80%">
|
|
<!-- copyright --> © 1999-2018, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
|
|
</center>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|