Skip to content

Commit

Permalink
Update manual.rst
Browse files Browse the repository at this point in the history
fixing path
  • Loading branch information
mlindauer committed Oct 26, 2015
1 parent e34dc71 commit 4438cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run the examples, just download the `data <https://github.com/automl/fanova/b
We can then import Fanova and start it by typing

>>> from pyfanova.fanova import Fanova
>>> f = Fanova("example/online_lda")
>>> f = Fanova("fanova/example/online_lda")

This creates a new Fanova object and fits the Random Forest on the specified data set. (Note: if you use data generated by SMAC, replace the above path with the path to the state-run directory)

Expand Down

0 comments on commit 4438cb2

Please sign in to comment.