Rémi Lafage

Results 10 issues of Rémi Lafage

Trying to compile `linfa` master, I stumbled on the following: ``` > cargo test --all --release [...] Compiling mnist v0.5.0 Compiling time v0.2.26 error[E0433]: failed to resolve: could not find...

Added with PR #95, some improvements for PLS were identified during code review, they are listed here for reference: - [x] Add an example to the website - [ ]...

enhancement

I am new to sprs library, I do not understand why the following program does not compile: ```rust use num_traits::Float; use sprs::CsMat; fn test(val: F) -> CsMat { let a...

I tried to use `TruncatedSvd` with a generic Float type but it can not compile as it has to use the `MagnitudeCorrection` trait which is not exported from `ndarray-linalg::lobpcg` module....

For several days now, I get the following error when compiling with `linfa 0.7` with intel-mkl backend (see also in [CI tests](https://github.com/relf/egobox/actions/runs/8898298440/job/24472905907)): ```bash > cargo test --all --release --features blas,linfa/intel-mkl-static...

Some ideas for further developments: - [x] Make infill criterion a trait to allow to use `EgorSolver` with custom criterion (#92 ) - [x] Implement gaussian process sampling (#97 )...

Compilation with intel MKL BLAS backend fails ```bash Compiling intel-mkl-tool v0.3.2+mkl2020.1 Compiling intel-mkl-src v0.7.0+mkl2020.1 The following warnings were emitted during compilation: warning: [email protected]+mkl2020.1: "Download Intel MKL archive into D:\rlafage\workspace\egobox\target\release\build\intel-mkl-src-5fe8678114faedaa\out" error:...

`numpy 2.0` is now pulled by default in CI tests but there is a compatibility issue with `ConfigSpace`. ```bash ... smt/utils/kriging.py:15: in from smt.utils.design_space import CategoricalVariable smt/utils/design_space.py:14: in from ConfigSpace...

The current release, `linfa 0.7` relies on `ndarray-linalg 0.15` which pulls `intel-mkl-src 0.7`, the download feature of which does not work anymore (see https://github.com/rust-math/intel-mkl-src/issues/103). As stated in [this comment](https://github.com/rust-math/intel-mkl-src/issues/114#issuecomment-2111903024) downstream...