<rcurtin[m]>
but in the logs I'm seeing, e.g., `2022-03-14T13:56:11.189600Z [Warning] 0/3 nodes are available: 1 node(s) had taint {health: unhealthy}, that the pod didn't tolerate, 2 node(s) were unschedulable.`; but I don't know if those nodes are our own nodes or if this is something on binder's end
<zoq[m]>
<rcurtin[m]> "are we running our own servers..." <- No we don't run our own server.
<rcurtin[m]>
ok, so I guess this must be some binder issue then
<zoq[m]>
clicked the link just a few seconds ago, let's see if it works here
<zoq[m]>
Took some time, but works without any issues.
<zoq[m]>
Hm, the C++14 kernel is correct, I'll take a look into it.
<rcurtin[m]>
I suppose header-only mlpack will fix that 😄
<zoq[m]>
It's missing some pieces.
<zoq[m]>
It's not downloading the dataset.
<rcurtin[m]>
I've almost got my RNN reimplementation ready to start compiling and testing... shouldn't be long after that until #2777 is ready (but I know better than to provide any time estimates 😄)
<zoq[m]>
Hello Tarek Nasser that sounds great, since you mentioned you are interested in the examples project, a next step would be to make sure you have a local working jupyter notebook setup, the easiest way is to use David's script - https://github.com/mlpack/examples/blob/master/scripts/jupyter-conda-setup.sh
<zoq[m]>
After that, you could see if you could come up with a simple notebook, you don't have need to contribute anything before GSoC, but often people are doing it to get familiar with he codebase.