Skip to content

Commit

Permalink
added some stuff to news
Browse files Browse the repository at this point in the history
increased param version
  • Loading branch information
karlnapf committed Mar 24, 2012
1 parent 0445a57 commit 902607c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/NEWS
Expand Up @@ -13,14 +13,23 @@
new rejection schemes concept by Sergey Lisitsyn.
- New regression estimation algorithms.
- New graphical python modular examples.
- Standard Cross-Validation splitting for regression problems by Heiko Strathmann
- New data-locking concept by Heiko Strathmann which allows to tell machines that data
is not going to change during training/testing until unlocked.
KernelMachines now make use of that by not recomputing kernel matrix in cross-validation.
- Cross-validation for KernelMachines is now parallelized.
- Cross-validation is now possible with custom kernels.
* Bugfixes:
- Fix for bug in the Gaussian Naive Bayes classifier, its domain was
changed to log-space.
- Fix for R_static interface installation (thanks Steve Lianoglou).
- SVMOcas memsetting and max_train_time bugfix.
- Various fixes for compile errors with clang.
- Stratified-cross-validation now used different indices for each run.
* Cleanup and API Changes:
- Improvements for parameters handling and serialization by Heiko Strathmann.
- Parameter migration framework by Heiko Strathmann. From now on,
changes in the shogun objects will not break loading old serialized
files anymore

2011-12-01 Soeren Sonnenburg <sonne@debian.org>

Expand Down

0 comments on commit 902607c

Please sign in to comment.