DataScience
DataScience copied to clipboard
Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
Fixed a typo.
I keep receiving a "user variable not defined" error when attempting this in my IDE (Atom). I switched to using the jupyter notebook and that also did not work.
Changed reference to 'by' and 'join' to 'combine(groupby)' and 'innerjoin'.
The histograms are not working in the statistics lesson. It throws a MethodError: no method matching floatrange. I can change it to scatter and it works fine. There appears to...
I'm running all the commands on data.ipynb to test the dependencies, as suggested by Logan Kilpatrick, but the command to create an xlsx file just keeps running, it's already been...
When executing the cell [11] in the **Read Your Data from text files** section of Data.ipynb file, I got a higher time in the CSV package than readdlm. Given in...
When executing the last cell of the "Plot 1: Symmetric violin plots and annotations" section, the notebook throws the following error: ``` MethodError: no method matching Shape(::Vector{Any}, ::Vector{Any}) Closest candidates...
This needs to be updated for notebook 10. See: https://juliaml.github.io/MLDatasets.jl/stable/datasets/FashionMNIST/
Having followed the instructions of th "Getting started..." video and then using the "01. Data" notebook is not enough for setting up the packages and dependencies. When running: ``` using...
I've been following Logan's "Getting Started" video, and the instructions mostly worked ... to a point. Then roughly 1/3 of the 300 or so packages failed to precompile. I'm guessing...