Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-Anova committed Nov 2, 2017
1 parent 138ddc5 commit ed4582f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions releases/README.md
Expand Up @@ -3,11 +3,12 @@
## V0.4 version 31/10/2017

1. Added [original libfm](http://www.libfm.org/), [libffm classification](https://github.com/guestwalk/libffm) and [vowpal wabbit](https://github.com/JohnLangford/vowpal_wabbit) wrappers. 5 algorithms in total.
2. Added 'input_index' command. This allows StackNet to be run with user-provided indices as a separate file.
3. Added 'include_target' command. It appends the target variable in the beginning of the file when `output_name` is used.
2. Added `input_index` command. This allows StackNet to be run with user-provided indices as a separate file.
3. Added `include_target` command. It appends the target variable in the beginning of the file when `output_name` is used.
4. Added the ability to make comments in the `params` files using *#*. Anything on the right of this symbol is regarded as comment.
5. Fixed an assertion error in `SklearnknnClassifier`.
6. Fixed other minor errors.
6. Fixed bug in scoring for (StackNet's implementation of) libfm.
7. Fixed other minor errors.


## V0.3 version 06/08/2017
Expand Down

0 comments on commit ed4582f

Please sign in to comment.