Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{% extends "!layout.html" %}
{% block extrahead %}
{{ super() }}

<!-- Cookie banner -->
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
<div class="elfsight-app-dc2c4f93-a5b1-4ad5-b837-4d1a5cc18a18" data-elfsight-app-lazy></div>
<!-- Cookie banner -->

<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '358963083161149');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=358963083161149&ev=PageView&noscript=1"
alt="Facebook Pixel" />
</noscript>
<!-- End Meta Pixel Code -->

{% endblock %}
22 changes: 22 additions & 0 deletions docs/resources/courses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,28 @@ selection in general in the following online courses:

Interpreting Machine Learning Models


|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

We also show how to put an end-to-end machine learning pipeline in production, using
Feature-engine and Scikit-learn in this course:

Expand Down
9 changes: 2 additions & 7 deletions docs/versions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@ Other versions

Web-based documentation is available for versions listed below:

- `Feature-engine 1.6 <https://feature-engine.trainindata.com/en/1.6.x/index.html>`_
- `Feature-engine 1.5 <https://feature-engine.trainindata.com/en/1.5.x/index.html>`_
- `Feature-engine 1.4 <https://feature-engine.trainindata.com/en/1.4.x/index.html>`_
- `Feature-engine 1.3 <https://feature-engine.trainindata.com/en/1.3.x/index.html>`_
- `Feature-engine 1.2 <https://feature-engine.trainindata.com/en/1.2.x/index.html>`_
- `Feature-engine 1.1 <https://feature-engine.trainindata.com/en/1.1.x/index.html>`_
- `Feature-engine 0.6 <https://feature-engine.trainindata.com/en/0.6.x_a/>`_
- `Feature-engine 1.6 <https://feature-engine.trainindata.com/en/latest/index.html>`_