You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add an API Reference
* Add google analytics tracking to docs
* Streamline README.rst for github
* Add install to toctree
* Update dendrogram docstrings
* Add captions for different sections
`overview <https://henchman.featurelabs.com/documentation.html#diagnostics>`_ and `warnings <https://henchman.featurelabs.com/generated/henchman.diagnostics.warnings.html>`_ from ``henchman.diagnostics`` and classes to
54
+
select features in novel ways with `RandomSelect <https://henchman.featurelabs.com/documentation.html#selection>`_ and
55
+
`Dendrogram <https://henchman.featurelabs.com/generated/henchman.selection.Dendrogram.html>`_ in ``henchman.selection``.
69
56
70
57
71
58
Install
@@ -82,11 +69,10 @@ If you are using conda, you can download the most recent build from our channel
82
69
83
70
$ conda install -c featurelabs henchman
84
71
85
-
These are the preferred methods to install Henchman, as it will always install the most recent stable release. If you don't have `pip`_ installed, this `Python installation guide`_ can guide
86
-
you through the process.
72
+
These are the preferred methods to install Henchman, as it will always install the most recent stable release. You can download miniconda `from this page`_.
73
+
74
+
.. _from this page: https://github.com/conda/conda
functions for working in a jupyter notebook. With Henchman,
7
+
you can rapidly prototype end-to-end data science workflows.
8
+
You can explore data with :ref:`diagnostics`, make
9
+
interesting plots with :ref:`plotting`, and do feature
10
+
selection and machine learning with :ref:`selection` and
10
11
:ref:`learning`.
11
12
12
13
Why?
13
-
~~~~~~~
14
+
~~~~~
15
+
14
16
Life is full of reusable functions. Here's what separates
15
17
Henchman:
16
18
@@ -30,11 +32,12 @@ Henchman:
30
32
:height:400px
31
33
:align:center
32
34
33
-
- **Memorable API, Extensive documentation**: We have a heavy
34
-
emphasis on ease of use. That means all the functions are
35
-
sorted into one of 4 semantically named modules and names
36
-
should be easy to remember inside that module. On top of
37
-
that, every function has a docstring, an example and a documentation page.
35
+
- **Memorable API, Extensive documentation**: We have a
36
+
heavy emphasis on ease of use. That means all the
37
+
functions are sorted into one of 4 semantically named
38
+
modules and names should be easy to remember inside that
39
+
module. Additionally, every function has a docstring, an
40
+
example and a documentation page.
38
41
39
42
.. image:: img/create_model_docs.png
40
43
:width:75%
@@ -60,7 +63,7 @@ Henchman:
60
63
61
64
62
65
Install
63
-
~~~~~~~~~
66
+
========
64
67
To install Henchman, run this command in your terminal:
65
68
66
69
.. code-block:: console
@@ -73,11 +76,10 @@ If you are using conda, you can download the most recent build from our channel
73
76
74
77
$ conda install -c featurelabs henchman
75
78
76
-
These are the preferred methods to install Henchman, as it will always install the most recent stable release. If you don't have `pip`_ installed, this `Python installation guide`_ can guide
77
-
you through the process.
79
+
These are the preferred methods to install Henchman, as it will always install the most recent stable release. You can download miniconda `from this page`_.
80
+
81
+
.. _from this page: https://github.com/conda/conda
{% set css_files = css_files + ['_static/style.css'] %}
3
+
4
+
{%- block extrahead %}
5
+
<script>
6
+
!function(){varanalytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){returnfunction(){vare=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);returnanalytics}};for(vart=0;t<analytics.methods.length;t++){vare=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){varn=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";vara=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
0 commit comments