Today I was experimenting with the new Elixir Scholar library. My goal was to translate the following Colab: https://colab.research.google.com/drive/1Jq1QLC9x7PoovRdJbLKi_Pj_pm9l-6No
You can find the Livebook where I translated that Colab to Elixir here: https://github.com/danieljaouen/video-game-data/blob/main/video_game_data.livemd
As you can see if you run the Livebook, linear regression probably wasn’t the best model here, but I was just using this as a Scholar learning exercise, so I am pretty happy with how this turned out. We probably would have had better results had we removed the outliers, but I will leave that as an exercise for the reader.
Enjoy!