Skip to content

Commit

Permalink
v 0.15.0 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Jan 19, 2019
1 parent ea9e9db commit 9c044a9
Show file tree
Hide file tree
Showing 550 changed files with 7,005 additions and 1,929 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<br>

Sebastian Raschka 2014-2018
Sebastian Raschka 2014-2019

<br>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before, h6[id]:before {
content: "";
display: block;
margin-top: -75px;
margin-top: 0px;
height: 75px;
}

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,18 @@ pre {
footer > hr {
width: 35%;
}


/*
modified dropbox menu, Sebastian Raschka 2016
*/

.dropdown-menu > li > a {
display: block;
padding: 5px 20px;
clear: both;
font-weight: normal;
line-height: 1.3;
color: #333333;
white-space: nowrap;
}
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{%- endif %}
{%- endblock %}

{%- block next_prev %}
<!--{%- block next_prev %}
{%- if page and (page.next_page or page.previous_page) %}
<li {% if not page.previous_page %}class="disabled"{% endif %}>
<a rel="next" {% if page.previous_page %}href="{{ page.previous_page.url|url }}"{% endif %}>
Expand All @@ -68,14 +68,14 @@
</a>
</li>
{%- endif %}
{%- endblock %}
{%- endblock %}-->

{%- block repo %}
{%- if page and page.edit_url %}
<li>
<a href="{{ page.edit_url }}">
<a href="https://github.com/rasbt/mlxtend">
{%- if config.repo_name == 'GitHub' -%}
<i class="fa fa-github"></i> Edit on {{ config.repo_name }}
<i class="fa fa-github"></i> GitHub
{%- elif config.repo_name == 'Bitbucket' -%}
<i class="fa fa-bitbucket"></i> Edit on {{ config.repo_name }}
{%- elif config.repo_name == 'GitLab' -%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<li class="first-level {% if toc_item.active %}active{% endif %}"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{%- for toc_item in toc_item.children %}
<li class="second-level"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{% for toc_item in toc_item.children %}
<!-- {% for toc_item in toc_item.children %}
<li class="third-level"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{%- endfor %}
{%- endfor %} -->
{%- endfor %}
{%- endfor %}
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/ipynb2markdown.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IPython Notebook to Markdown conversion script
#
# Sebastian Raschka 2014-2018
# Sebastian Raschka 2014-2019
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
3 changes: 1 addition & 2 deletions docs/_site/make_api.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# API generator script
#
# Sebastian Raschka 2014-2018
# Sebastian Raschka 2014-2019
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause


import string
import inspect
import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/make_userguide.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API generator script
#
# Sebastian Raschka 2014-2018
# Sebastian Raschka 2014-2019
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/md2pdf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API generator script
#
# Sebastian Raschka 2014-2018
# Sebastian Raschka 2014-2019
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
8 changes: 6 additions & 2 deletions docs/_site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ site_description: A library consisting of useful tools and extensions for the da

repo_url: https://github.com/rasbt/mlxtend
repo_name: GitHub
edit_uri: docs/sources/user_guide/

#include_search: true # not necessary for this theme
docs_dir: sources

theme:
name: cosmo
name: null
custom_dir: 'custom_theme/'

markdown_extensions:
- tables
Expand All @@ -28,7 +30,7 @@ extra_css:
- cinder/css/font-awesome-4.0.3.css
- cinder/css/highlight.css

copyright: Copyright &copy; 2014-2018 <a href="http://sebastianraschka.com">Sebastian Raschka</a>
copyright: Copyright &copy; 2014-2019 <a href="http://sebastianraschka.com">Sebastian Raschka</a>
google_analytics: ['UA-38457794-2', 'rasbt.github.io/mlxtend/']

nav:
Expand Down Expand Up @@ -96,6 +98,7 @@ nav:
- user_guide/general_concepts/regularization-linear.md
- image:
- user_guide/image/extract_face_landmarks.md
- user_guide/image/eyepad_align.md
- math:
- user_guide/math/num_combinations.md
- user_guide/math/num_permutations.md
Expand Down Expand Up @@ -141,6 +144,7 @@ nav:
- api_subpackages/mlxtend.feature_selection.md
- api_subpackages/mlxtend.file_io.md
- api_subpackages/mlxtend.frequent_patterns.md
- api_subpackages/mlxtend.image.md
- api_subpackages/mlxtend.plotting.md
- api_subpackages/mlxtend.preprocessing.md
- api_subpackages/mlxtend.regressor.md
Expand Down
118 changes: 63 additions & 55 deletions docs/_site/site/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,12 @@



<li >
<a href="../api_subpackages/mlxtend.image/">Mlxtend.image</a>
</li>



<li >
<a href="../api_subpackages/mlxtend.plotting/">Mlxtend.plotting</a>
</li>
Expand Down Expand Up @@ -897,6 +903,8 @@
<i class="fa fa-search"></i> Search
</a>
</li>

<!--
<li >
<a rel="next" href="../installation/">
<i class="fa fa-arrow-left"></i> Previous
Expand All @@ -906,9 +914,9 @@
<a rel="prev" href="../CONTRIBUTING/">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
</li>-->
<li>
<a href="https://github.com/rasbt/mlxtend/edit/master/docs/CHANGELOG.md"><i class="fa fa-github"></i> Edit on GitHub</a>
<a href="https://github.com/rasbt/mlxtend"><i class="fa fa-github"></i> GitHub</a>
</li>
</ul>
</div>
Expand All @@ -922,138 +930,138 @@
<ul class="nav bs-sidenav">
<li class="first-level active"><a href="#release-notes">Release Notes</a></li>
<li class="second-level"><a href="#version-0140-11-09-2018">Version 0.14.0 (11-09-2018)</a></li>

<!--
<li class="third-level"><a href="#downloads">Downloads</a></li>
<li class="third-level"><a href="#new-features">New Features</a></li>
<li class="third-level"><a href="#changes">Changes</a></li>
<li class="third-level"><a href="#bug-fixes">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-0130-2018-07-20">Version 0.13.0 (2018-07-20)</a></li>

<!--
<li class="third-level"><a href="#downloads_1">Downloads</a></li>
<li class="third-level"><a href="#new-features_1">New Features</a></li>
<li class="third-level"><a href="#changes_1">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_1">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_1">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-0120-2018-21-04">Version 0.12.0 (2018-21-04)</a></li>

<!--
<li class="third-level"><a href="#downloads_2">Downloads</a></li>
<li class="third-level"><a href="#new-features_2">New Features</a></li>
<li class="third-level"><a href="#changes_2">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_2">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_2">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-0110-2018-03-14">Version 0.11.0 (2018-03-14)</a></li>

<!--
<li class="third-level"><a href="#downloads_3">Downloads</a></li>
<li class="third-level"><a href="#new-features_3">New Features</a></li>
<li class="third-level"><a href="#changes_3">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_3">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_3">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-0100-2017-12-22">Version 0.10.0 (2017-12-22)</a></li>

<!--
<li class="third-level"><a href="#downloads_4">Downloads</a></li>
<li class="third-level"><a href="#new-features_4">New Features</a></li>
<li class="third-level"><a href="#changes_4">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_4">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_4">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-091-2017-11-19">Version 0.9.1 (2017-11-19)</a></li>

<!--
<li class="third-level"><a href="#downloads_5">Downloads</a></li>
<li class="third-level"><a href="#new-features_5">New Features</a></li>
<li class="third-level"><a href="#changes_5">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_5">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_5">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-090-2017-10-21">Version 0.9.0 (2017-10-21)</a></li>

<!--
<li class="third-level"><a href="#downloads_6">Downloads</a></li>
<li class="third-level"><a href="#new-features_6">New Features</a></li>
<li class="third-level"><a href="#changes_6">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_6">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_6">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-080-2017-09-09">Version 0.8.0 (2017-09-09)</a></li>

<!--
<li class="third-level"><a href="#downloads_7">Downloads</a></li>
<li class="third-level"><a href="#new-features_7">New Features</a></li>
<li class="third-level"><a href="#changes_7">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_7">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_7">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-070-2017-06-22">Version 0.7.0 (2017-06-22)</a></li>

<!--
<li class="third-level"><a href="#downloads_8">Downloads</a></li>
<li class="third-level"><a href="#new-features_8">New Features</a></li>
<li class="third-level"><a href="#changes_8">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_8">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_8">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-060-2017-03-18">Version 0.6.0 (2017-03-18)</a></li>

<!--
<li class="third-level"><a href="#downloads_9">Downloads</a></li>
<li class="third-level"><a href="#new-features_9">New Features</a></li>
<li class="third-level"><a href="#changes_9">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_9">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_9">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-051-2017-02-14">Version 0.5.1 (2017-02-14)</a></li>

<!--
<li class="third-level"><a href="#downloads_10">Downloads</a></li>
<li class="third-level"><a href="#new-features_10">New Features</a></li>
<li class="third-level"><a href="#changes_10">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_10">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_10">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-050-2016-11-09">Version 0.5.0 (2016-11-09)</a></li>

<!--
<li class="third-level"><a href="#downloads_11">Downloads</a></li>
<li class="third-level"><a href="#new-features_11">New Features</a></li>
<li class="third-level"><a href="#changes_11">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_11">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_11">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-042-2016-08-24">Version 0.4.2 (2016-08-24)</a></li>

<!--
<li class="third-level"><a href="#downloads_12">Downloads</a></li>
<li class="third-level"><a href="#new-features_12">New Features</a></li>
<li class="third-level"><a href="#changes_12">Changes</a></li>
<li class="third-level"><a href="#bug-fixes_12">Bug Fixes</a></li>
<li class="third-level"><a href="#bug-fixes_12">Bug Fixes</a></li> -->
<li class="second-level"><a href="#version-041-2016-05-01">Version 0.4.1 (2016-05-01)</a></li>

<!--
<li class="third-level"><a href="#downloads_13">Downloads</a></li>
<li class="third-level"><a href="#new-features_13">New Features</a></li>
<li class="third-level"><a href="#changes_13">Changes</a></li>
<li class="third-level"><a href="#changes_13">Changes</a></li> -->
<li class="second-level"><a href="#version-040-2016-04-09">Version 0.4.0 (2016-04-09)</a></li>

<!--
<li class="third-level"><a href="#new-features_14">New Features</a></li>
<li class="third-level"><a href="#changes_14">Changes</a></li>
<li class="third-level"><a href="#changes_14">Changes</a></li> -->
<li class="second-level"><a href="#version-030-2016-01-31">Version 0.3.0 (2016-01-31)</a></li>

<!--
<li class="third-level"><a href="#downloads_14">Downloads</a></li>
<li class="third-level"><a href="#new-features_15">New Features</a></li>
<li class="third-level"><a href="#changes_15">Changes</a></li>
<li class="third-level"><a href="#changes_15">Changes</a></li> -->
<li class="second-level"><a href="#version-029-2015-07-14">Version 0.2.9 (2015-07-14)</a></li>

<!--
<li class="third-level"><a href="#downloads_15">Downloads</a></li>
<li class="third-level"><a href="#new-features_16">New Features</a></li>
<li class="third-level"><a href="#changes_16">Changes</a></li>
<li class="third-level"><a href="#changes_16">Changes</a></li> -->
<li class="second-level"><a href="#version-028-2015-06-27">Version 0.2.8 (2015-06-27)</a></li>

<!-- -->
<li class="second-level"><a href="#version-027-2015-06-20">Version 0.2.7 (2015-06-20)</a></li>

<!-- -->
<li class="second-level"><a href="#version-026-2015-05-08">Version 0.2.6 (2015-05-08)</a></li>

<!-- -->
<li class="second-level"><a href="#version-025-2015-04-17">Version 0.2.5 (2015-04-17)</a></li>

<!-- -->
<li class="second-level"><a href="#version-024-2015-03-15">Version 0.2.4 (2015-03-15)</a></li>

<!-- -->
<li class="second-level"><a href="#version-023-2015-03-11">Version 0.2.3 (2015-03-11)</a></li>

<!-- -->
<li class="second-level"><a href="#version-022-2015-03-01">Version 0.2.2 (2015-03-01)</a></li>

<!-- -->
<li class="second-level"><a href="#version-021-2015-01-20">Version 0.2.1 (2015-01-20)</a></li>

<!-- -->
<li class="second-level"><a href="#version-020-2015-01-13">Version 0.2.0 (2015-01-13)</a></li>

<!-- -->
<li class="second-level"><a href="#version-019-2015-01-10">Version 0.1.9 (2015-01-10)</a></li>

<!-- -->
<li class="second-level"><a href="#version-018-2015-01-07">Version 0.1.8 (2015-01-07)</a></li>

<!-- -->
<li class="second-level"><a href="#version-017-2015-01-07">Version 0.1.7 (2015-01-07)</a></li>

<!-- -->
<li class="second-level"><a href="#version-016-2015-01-04">Version 0.1.6 (2015-01-04)</a></li>

<!-- -->
<li class="second-level"><a href="#version-015-2014-12-11">Version 0.1.5 (2014-12-11)</a></li>

<!-- -->
<li class="second-level"><a href="#version-014-2014-08-20">Version 0.1.4 (2014-08-20)</a></li>

<!-- -->
<li class="second-level"><a href="#version-013-2014-08-19">Version 0.1.3 (2014-08-19)</a></li>

<!-- -->
<li class="second-level"><a href="#version-012-2014-08-19">Version 0.1.2 (2014-08-19)</a></li>

<!-- -->
<li class="second-level"><a href="#version-011-2014-08-13">Version 0.1.1 (2014-08-13)</a></li>

<!-- -->
</ul>
</div></div>
<div class="col-md-9" role="main">
Expand Down Expand Up @@ -1633,7 +1641,7 @@ <h3 id="version-011-2014-08-13">Version 0.1.1 (2014-08-13)</h3>
<footer class="col-md-12 text-center">
<hr>
<p>
<small>Copyright &copy; 2014-2018 <a href="http://sebastianraschka.com">Sebastian Raschka</a><br></small>
<small>Copyright &copy; 2014-2019 <a href="http://sebastianraschka.com">Sebastian Raschka</a><br></small>

<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
</footer>
Expand Down
Loading

0 comments on commit 9c044a9

Please sign in to comment.