Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Syntax highlighting for the code snippet that's compatible with GitHu…
Browse files Browse the repository at this point in the history
…b's RST formatter.
  • Loading branch information
alexjc committed Apr 10, 2015
1 parent 1feb140 commit 72e3ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ All the networks have 300 hidden units of the default type, and were given the s
Getting Started
---------------

The library supports both regressors (to estimate continuous outputs) and classifiers (to predict classes). This is ``sklearn`` compatible API::
The library supports both regressors (to estimate continuous outputs) and classifiers (to predict classes). This is ``sklearn`` compatible API:

.. code:: python
import sknn.mlp
Expand Down

0 comments on commit 72e3ec4

Please sign in to comment.