ynfle

Results 20 comments of ynfle

Hey guys! I'm a maintainer for the [nim track](https://github.com/exercism/nim) on [Exercism](https://exercism.io) which is a completely open-source community-run platform for learning programming languages. We are currently working on getting the nim...

It works if you enter an empty line, ie. just press enter

I am following [this](https://github.com/tigju/Naive-Bayes-Classifier-from-scratch/blob/main/naive_bayes.ipynb) to try and make a Naive Bayes Classifier in nim using NimData and in the method `calc_prior` they group the data by the target class which...

Here is a link to Pandas `groupBy` EDIT: Forgot the link https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.groupby.html

So I am able to compile and link the basic sdl2 program below ```cpp #include #include #include using namespace std; int main() { if(SDL_Init(SDL_INIT_VIDEO) < 0) { cout

Happy to help. I started to try to look at it. I agree it's complex.

> Exercism supports Nim 1.0.0 and later versions. Is this what we want to keep with the test runner? I'd suggest keeping it to the version in the test runner...

#320 depends on the version. Thoughts?

> I want to translate two-bucket. In fact, the translation is almost finished, there's just one thing where I could use some input. > > There are two types of...

@ee7 @ilmanzo what is the state of this PR?