Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6cc8232

Browse filesBrowse files
committed
removed comments landing page
1 parent 7a70d4f commit 6cc8232
Copy full SHA for 6cc8232

File tree

Expand file treeCollapse file tree

23 files changed

+38
-224
lines changed
Filter options
Expand file treeCollapse file tree

23 files changed

+38
-224
lines changed

‎config.toml

Copy file name to clipboardExpand all lines: config.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ relativeURLs = true
33
baseURL = "/"
44
languageCode = "en-us"
55
title = "pymc-learn Blog"
6-
copyright = "© 2018-2019 pymc-learn Developers Team"
6+
copyright = "© 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)"
77
enableEmoji = true
88
footnotereturnlinkcontents = "<sup>^</sup>"
99

‎layouts/partials/footer.html

Copy file name to clipboardExpand all lines: layouts/partials/footer.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<footer class="site-footer">
22

3-
{{ template "_internal/disqus.html" . }}
3+
{{ if .IsPage }}
4+
{{ template "_internal/disqus.html" . }}
5+
{{ end }}
46

57
<div class="container">
68
<p class="powered-by">

‎public/categories/announcement/index.html

Copy file name to clipboardExpand all lines: public/categories/announcement/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,12 @@ <h2 class="post-title"><a href="../../post/2018/10/15/pymc-learn-practical-proba
6868
</div>
6969
<footer class="site-footer">
7070

71-
<div id="disqus_thread"></div>
72-
<script type="application/javascript">
73-
var disqus_config = function () {
74-
75-
76-
77-
};
78-
(function() {
79-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
80-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
81-
return;
82-
}
83-
var d = document, s = d.createElement('script'); s.async = true;
84-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
85-
s.setAttribute('data-timestamp', +new Date());
86-
(d.head || d.body).appendChild(s);
87-
})();
88-
</script>
89-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
90-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
71+
9172

9273
<div class="container">
9374
<p class="powered-by">
9475

95-
&copy; 2018-2019 pymc-learn Developers Team &middot;
76+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
9677
<br>
9778
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9879

‎public/categories/announcement/index.xml

Copy file name to clipboardExpand all lines: public/categories/announcement/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Announcement on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/categories/announcement/index.xml" rel="self" type="application/rss+xml" />

‎public/categories/index.html

Copy file name to clipboardExpand all lines: public/categories/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,12 @@ <h1 class="site-title"><a href="../">pymc-learn Blog</a></h1>
4949
</div>
5050
<footer class="site-footer">
5151

52-
<div id="disqus_thread"></div>
53-
<script type="application/javascript">
54-
var disqus_config = function () {
55-
56-
57-
58-
};
59-
(function() {
60-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
61-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
62-
return;
63-
}
64-
var d = document, s = d.createElement('script'); s.async = true;
65-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
66-
s.setAttribute('data-timestamp', +new Date());
67-
(d.head || d.body).appendChild(s);
68-
})();
69-
</script>
70-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
71-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
52+
7253

7354
<div class="container">
7455
<p class="powered-by">
7556

76-
&copy; 2018-2019 pymc-learn Developers Team &middot;
57+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
7758
<br>
7859
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
7960

‎public/categories/index.xml

Copy file name to clipboardExpand all lines: public/categories/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Categories on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />

‎public/index.html

Copy file name to clipboardExpand all lines: public/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -69,31 +69,12 @@ <h2 class="post-title"><a href="./post/2018/10/15/pymc-learn-practical-probabili
6969
</div>
7070
<footer class="site-footer">
7171

72-
<div id="disqus_thread"></div>
73-
<script type="application/javascript">
74-
var disqus_config = function () {
75-
76-
77-
78-
};
79-
(function() {
80-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
81-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
82-
return;
83-
}
84-
var d = document, s = d.createElement('script'); s.async = true;
85-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
86-
s.setAttribute('data-timestamp', +new Date());
87-
(d.head || d.body).appendChild(s);
88-
})();
89-
</script>
90-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
91-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
72+
9273

9374
<div class="container">
9475
<p class="powered-by">
9576

96-
&copy; 2018-2019 pymc-learn Developers Team &middot;
77+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
9778
<br>
9879
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9980

‎public/index.xml

Copy file name to clipboardExpand all lines: public/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />

‎public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/index.html

Copy file name to clipboardExpand all lines: public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/index.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ <h4 id="references">References</h4>
8989

9090
<footer class="site-footer">
9191

92-
<div id="disqus_thread"></div>
92+
93+
<div id="disqus_thread"></div>
9394
<script type="application/javascript">
9495
var disqus_config = function () {
9596

@@ -110,10 +111,11 @@ <h4 id="references">References</h4>
110111
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
111112
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
112113

114+
113115
<div class="container">
114116
<p class="powered-by">
115117

116-
&copy; 2018-2019 pymc-learn Developers Team &middot;
118+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
117119
<br>
118120
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
119121

‎public/post/index.html

Copy file name to clipboardExpand all lines: public/post/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,12 @@ <h2 class="post-title"><a href="../post/2018/10/15/pymc-learn-practical-probabil
6868
</div>
6969
<footer class="site-footer">
7070

71-
<div id="disqus_thread"></div>
72-
<script type="application/javascript">
73-
var disqus_config = function () {
74-
75-
76-
77-
};
78-
(function() {
79-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
80-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
81-
return;
82-
}
83-
var d = document, s = d.createElement('script'); s.async = true;
84-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
85-
s.setAttribute('data-timestamp', +new Date());
86-
(d.head || d.body).appendChild(s);
87-
})();
88-
</script>
89-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
90-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
71+
9172

9273
<div class="container">
9374
<p class="powered-by">
9475

95-
&copy; 2018-2019 pymc-learn Developers Team &middot;
76+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
9677
<br>
9778
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9879

‎public/post/index.xml

Copy file name to clipboardExpand all lines: public/post/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Posts on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />

‎public/publication_types/index.html

Copy file name to clipboardExpand all lines: public/publication_types/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,12 @@ <h1 class="site-title"><a href="../">pymc-learn Blog</a></h1>
4949
</div>
5050
<footer class="site-footer">
5151

52-
<div id="disqus_thread"></div>
53-
<script type="application/javascript">
54-
var disqus_config = function () {
55-
56-
57-
58-
};
59-
(function() {
60-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
61-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
62-
return;
63-
}
64-
var d = document, s = d.createElement('script'); s.async = true;
65-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
66-
s.setAttribute('data-timestamp', +new Date());
67-
(d.head || d.body).appendChild(s);
68-
})();
69-
</script>
70-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
71-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
52+
7253

7354
<div class="container">
7455
<p class="powered-by">
7556

76-
&copy; 2018-2019 pymc-learn Developers Team &middot;
57+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
7758
<br>
7859
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
7960

‎public/publication_types/index.xml

Copy file name to clipboardExpand all lines: public/publication_types/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Publication_types on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010

1111
<atom:link href="/publication_types/index.xml" rel="self" type="application/rss+xml" />
1212

‎public/tags/bayesian/index.html

Copy file name to clipboardExpand all lines: public/tags/bayesian/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,12 @@ <h2 class="post-title"><a href="../../post/2018/10/15/pymc-learn-practical-proba
6868
</div>
6969
<footer class="site-footer">
7070

71-
<div id="disqus_thread"></div>
72-
<script type="application/javascript">
73-
var disqus_config = function () {
74-
75-
76-
77-
};
78-
(function() {
79-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
80-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
81-
return;
82-
}
83-
var d = document, s = d.createElement('script'); s.async = true;
84-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
85-
s.setAttribute('data-timestamp', +new Date());
86-
(d.head || d.body).appendChild(s);
87-
})();
88-
</script>
89-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
90-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
71+
9172

9273
<div class="container">
9374
<p class="powered-by">
9475

95-
&copy; 2018-2019 pymc-learn Developers Team &middot;
76+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
9677
<br>
9778
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9879

‎public/tags/bayesian/index.xml

Copy file name to clipboardExpand all lines: public/tags/bayesian/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Bayesian on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/tags/bayesian/index.xml" rel="self" type="application/rss+xml" />

‎public/tags/index.html

Copy file name to clipboardExpand all lines: public/tags/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,12 @@ <h1 class="site-title"><a href="../">pymc-learn Blog</a></h1>
4949
</div>
5050
<footer class="site-footer">
5151

52-
<div id="disqus_thread"></div>
53-
<script type="application/javascript">
54-
var disqus_config = function () {
55-
56-
57-
58-
};
59-
(function() {
60-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
61-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
62-
return;
63-
}
64-
var d = document, s = d.createElement('script'); s.async = true;
65-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
66-
s.setAttribute('data-timestamp', +new Date());
67-
(d.head || d.body).appendChild(s);
68-
})();
69-
</script>
70-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
71-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
52+
7253

7354
<div class="container">
7455
<p class="powered-by">
7556

76-
&copy; 2018-2019 pymc-learn Developers Team &middot;
57+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
7758
<br>
7859
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
7960

‎public/tags/index.xml

Copy file name to clipboardExpand all lines: public/tags/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Tags on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />

‎public/tags/machine-learning/index.html

Copy file name to clipboardExpand all lines: public/tags/machine-learning/index.html
+2-21Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,12 @@ <h2 class="post-title"><a href="../../post/2018/10/15/pymc-learn-practical-proba
6868
</div>
6969
<footer class="site-footer">
7070

71-
<div id="disqus_thread"></div>
72-
<script type="application/javascript">
73-
var disqus_config = function () {
74-
75-
76-
77-
};
78-
(function() {
79-
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
80-
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
81-
return;
82-
}
83-
var d = document, s = d.createElement('script'); s.async = true;
84-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
85-
s.setAttribute('data-timestamp', +new Date());
86-
(d.head || d.body).appendChild(s);
87-
})();
88-
</script>
89-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
90-
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
71+
9172

9273
<div class="container">
9374
<p class="powered-by">
9475

95-
&copy; 2018-2019 pymc-learn Developers Team &middot;
76+
&copy; 2018 &ndash; 2019 pymc-learn Developers Team | <a href="https://github.com/pymc-learn" target="_blank">Github</a> | <a href="https://twitter.com/pymc_learn" target="_blank">Twitter</a> &middot;
9677
<br>
9778
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9879

‎public/tags/machine-learning/index.xml

Copy file name to clipboardExpand all lines: public/tags/machine-learning/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Machine Learning on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
9+
<copyright>&amp;copy; 2018 -- 2019 pymc-learn Developers Team | [Github](https://github.com/pymc-learn) | [Twitter](https://twitter.com/pymc_learn)</copyright>
1010
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1111

1212
<atom:link href="/tags/machine-learning/index.xml" rel="self" type="application/rss+xml" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.