ynfle

Results 5 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