Skip to content

Commit

Permalink
Sklearn changed their internal format yet again
Browse files Browse the repository at this point in the history
We need to have a version compatible with our Flect models (and eventually, get rid of sklearn completely)
  • Loading branch information
tuetschek committed Oct 21, 2015
1 parent 25b9752 commit fa05b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installing_qtleap_server-pilot2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cpanm App::Ack # just for me now, ack is much better than grep
# either
# sudo apt-get install python-sklearn
# but I prefer pip over apt-get
pip install --user numpy scipy scikit-learn
pip install --user numpy scipy scikit-learn==0.15.1
# OD's side note: the apt-get version will install faster (no need to compile)

# Treex svn checkout (read-only access)
Expand Down

0 comments on commit fa05b70

Please sign in to comment.