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

Commit

Permalink
vowpal-wabbit 8.0
Browse files Browse the repository at this point in the history
Upgrade vowpal-wabbit to 8.0

Lots of new features.  Some of the cool ones are:
    - Online gradient boosting trees for binary classification
    - Online follow-the-regularized-leader optimization
    - Field-aware low-rank quadratic features (similar to libFFM)
    - Lots of bug fixes, including processing older model files

Closes #41455.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
zachmayer authored and MikeMcQuaid committed Jul 7, 2015
1 parent ea11542 commit ef5b117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/vowpal-wabbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class VowpalWabbit < Formula
desc "Online learning algorithm"
homepage "https://github.com/JohnLangford/vowpal_wabbit"
head "https://github.com/JohnLangford/vowpal_wabbit.git"
url "https://github.com/JohnLangford/vowpal_wabbit/archive/7.10.tar.gz"
sha1 "66f476926c760d5b604057796f7e19c52d7702a8"
url "https://github.com/JohnLangford/vowpal_wabbit/archive/8.0.tar.gz"
sha1 "a83b37851d8743358339d3dfa1342b3c1caef18b"

bottle do
cellar :any
Expand Down

0 comments on commit ef5b117

Please sign in to comment.