Skip to content

Commit

Permalink
Updated OrBoost for new versions. Deleted extra files. (Issue #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pagutierrez committed Nov 9, 2017
1 parent 7611bb4 commit b839b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Algorithms/orensemble/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

all: orensemble
make -C orensemble
all: untar
make -e -C orensemble
mv orensemble/boostrank-predict .
mv orensemble/boostrank-train .

orensemble:
untar:
tar xzf orensemble.tar.gz

clean:
Expand Down
Binary file modified src/Algorithms/orensemble/orensemble.tar.gz
Binary file not shown.

0 comments on commit b839b1c

Please sign in to comment.