François Bérenger

Results 200 issues of François Bérenger

Hi, It would be nice to be able to specify explicitly which packages file to use. Thanks, F.

Hello, I know you don't like the overall added complexity, but that would be so nice. Some packages, like the excellent parmap do have an uninstall target in their Makefile....

Dear master hacker, :) For end-users, there is a big constraint from the documentation: "A version of ocaml-sklearn is tied to a version of Python's scikit-learn, numpy and scipy." I...

Bonjour, Ca aussi ce n'etait pas dans ocamlgraph a l'epoque je crois. C'est pourtant bien utilie, notemment pour certains problemes de chimie ou les graphes sont relativement petits et ou...

new-algo

it doesn't show up in ocp-browser. :(

```python from scipy import sparse X = sparse.csr_matrix(...) ```

enhancement

Dear Daniel, There is an interesting method for almost uniform sampling of SO(3) (i.e. the space of all possible rotations). This can be useful in some numerical simulations. cf. "Super-Fibonacci...

question

Is it possible to give a list of weights that should be tried for a given class? I have some data where very heavy reweighting of the under-represented class is...

enhancement
question

If I switch from direct to stogo for global optimization, I get this error. With direct, the optimization is going on (but I guess it would work way better if...

```bash # ./test.sh Traceback (most recent call last): File "~/src/ASE_ANI/examples/ani_quicktest.py", line 6, in from ase_interface import ANIENS File "~/src/ASE_ANI/lib/ase_interface.py", line 20, in import pyNeuroChem as pync ImportError: ~/src/ASE_ANI/lib/libboost_python.so.1.63.0: undefined symbol:...