TimotheeMathieu
TimotheeMathieu
Attempt of a fix for torch random generator compatibility. In this PR I removed set_external_seed from agent_manager by tracking torch rng's state. This PR would need some more testing. I...
This is a proposition for docstring enhencement because for now we are not really docstring numpy compliant. My proposition is to try to have no error when we run the...
New optimization scheme for RobustWeightedRegressor. Use IRLS (iterative reweighted least squares). Faster in low dimension than the SGD counterpart. More extensive experiments would be needed to compare IRLS solver to...
This PR use Huber robust mean estimator to make a robust metric. **Description:** one of the big challenge of robust machine learning is that the usual scoring scheme (cross_validation with...
## Reproducing Try to compile (`C-c C-c`) in Auctex mode, the following latex doc for instance: ```latex \documentclass{article} \begin{document} \thiscommanddoesnotexist \end{document} ``` This will give an error. When I look...
I use vcsh as an archiving tool, adding and commiting important files throughout my laptop. My problem is that some of the files I'd like to archive are already in...
Hello, I recently updated to emacs 29.1 (GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8)) and I noticed that svg-tag seemd to conflict with org font-lock...
Add adastop to API rename example User guide ? have managers accessible.
[WIP] new feature: runner to launch over multiple virtual environments or multiple guix containers
In this PR I add code meant to simplify running experiments over multiple virtual environment. The main tool for this is nox that I wrap using decorators. You just need...