Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
Merged
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
4 changes: 2 additions & 2 deletions docs/guide_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here's how to setup such a pipeline with a multi-layer perceptron as a classifie

.. code:: python

from sknn.mlp improt Classifier, Layer
from sknn.mlp import Classifier, Layer

from sklearn.pipeline import Pipeline
from sklearn.preprocessing import MinMaxScaler
Expand Down Expand Up @@ -104,4 +104,4 @@ In the cases when you have large numbers of hyper-parameters that you want to tr
'hidden0__type': ["Rectifier", "Sigmoid", "Tanh"]})
rs.fit(a_in, a_out)

This works for both :class:`sknn.mlp.Classifier` and :class:`sknn.mlp.Regressor`.
This works for both :class:`sknn.mlp.Classifier` and :class:`sknn.mlp.Regressor`.