-
What about adding a simple check to cmake that scans all Shogun header files for includes that are not coming from Shogun? This way, we could for example avoid to have Eigen3 includes in headers -- Sh…
-
-- Building for: Visual Studio 14 2015
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: F:/Program Fi…
-
It would be nice if scikit-learn showed which lines are covered by unit tests in our PRs. For example, Coveralls will show your test coverage line by line.
![image](https://cloud.githubusercontent.co…
-
Hi,
I am training a MLPClasiffier model twice, each time on a different data-set.
On the second iteration the fit method produce an error. Every time a different error.
I did the processes on var…
-
for instance we should have hooks for the following improvements to the perceptron:
- [x] averaged perceptron
- [ ] MIRA (margin infused perceptron updates) or PA updates
- [ ] AdaGrad (Duchi et al)
-…
-
@kordjamshidi what does [`JoinTrainSparseNetwork`](https://github.com/IllinoisCogComp/saul/blob/master/saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/classifier/JoinTrainSparseNetwork.scala) do…
-
Hard crash with memory bug and rscript termination under Windows.
Example:
``` R
require(caret)
require(mboost)
require(gbm)
require(rf)
# load iris set
data(iris)
dim(iris)
# works
m
-
Attempting build on OS X 10.11.2 (15C50).
Followed all steps without warnings or errors, until `make`.
`make` failed with the following output.
``` bash
$ make
/Applications/Xcode.app/Contents/Develo…
-
I just had a look at caret and made a list of learners, which have not yet been integrated into mlr (at least as far as I know).
``` r
Package Function …
-
Linking CXX executable ../../../../bin/adaboost
../../../../lib/libmlpack.so.1.0: undefined reference to 'wrapper_dnrm2_'
../../../../lib/libmlpack.so.1.0: undefined reference to 'wrapper_dasum_'
coll…