-
Hi there! Thank you for packaging cereal for R.
I'm a part of the [mlpack](https://github.com/mlpack/mlpack) machine learning library, and we are switching from using boost::serialization to using…
-
The following basic KMeans implementation using RcppMLPACK (v. 1 on CRAN) fails to compile and build with RcppAttributes under Windows R 3.4.1 using the gcc 4.9.3 RTools chain .
// [[Rcpp::depends…
-
All `serialization` part should be removed.
https://github.com/mlpack/mlpack/blob/master/src/mlpack/core/data/serialization_shim.hpp#L122
-
### What is the desired addition or change?
R's mlpack models should have class attribute in order to build methods on top.
### What is the motivation for this feature?
Currently an mlpack …
-
Hello everyone,
We are almost ready with R-bindings, but one fine review is still required. And one more important task is that we are left with is markdown documentation, which is not directly rel…
-
Hi, everyone,
I am a bit confused when trying to generate a dynamic library (shared object).
I expected this to be done by creating a `.clib` file listing the object files (one per line).
When…
-
`ocaml setup.ml -build` fails in MinGW. I have no knowledge of ocamlbuild but it seems it fails around `*.cppo.ml*` name resolution:
```
$ ocaml setup.ml -build
File "setup.ml", line 213, characters…
-
Hi,
Just a placeholder for this task so we do not forget about it, no priority on it for now.
Since mlpack is a header only library it would be nice to have all the binding and the tests in one …
shrit updated
8 months ago
-
### Describe the project you are working on
Trying to implement a basic Artificial Neural Network in gdscript.
### Describe the problem or limitation you are having in your project
Impl…
-
From the documentation:
```
/**
* Create the tree from the given dataset. This copies the dataset to an
* internal copy, because tree-building modifies the dataset.
*
* @param da…