Quentin Fortier

Results 8 issues of Quentin Fortier

It seems to me that there is no regularized linear regression among the available algorithms, which are useful in my experience. I can try to add [Ridge](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html) and/or [Lasso](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html), if...

enhancement

I am using xeus-cling for teaching but, as I am writing the memory/pointer lesson, I get the same memory adresses for different variables : ```C int x = 3; &x...

I would like to use a GitHub action to compile LaTeX with minted. I tried the following docker image : ``` FROM texlive/texlive:latest USER root RUN apt update -y --allow-releaseinfo-change...

This PR adds a launch button for Basthon. [Basthon](https://notebook.basthon.fr) is a nice project to execute a notebook client-side (inside the browser), using Pyodide. Similar to Jupyterlite, but I found it...

### Context I would like to have a chapter that is not clickable and does not contain an "intro" file. For now, I have to specify a file like this:...

enhancement

### Describe the bug In this [_config](https://github.com/mp-info/mp-info.github.io/blob/main/files/_config.yml) file, I do not specify any url for binder_url. [However, I still get the Binder launch button](https://mp-info.github.io/1_revisions/revisions_ocaml.html). ### Reproduce the bug - Remove...

bug

**Describe the bug** Thebe prevents cells with hide-cell tag from opening in Jupyter-book. "Click to show" does nothing. This is because the ID of the `div` is overwritten by `shpinx-thebe`,...

bug

The selector to add utterances was invalid: section tags are not div. ![image](https://user-images.githubusercontent.com/49362475/180643625-7d8067f6-4929-40da-856f-7a871281b300.png)