DataScienceTutorials.jl
DataScienceTutorials.jl copied to clipboard
A set of tutorials to show how to use Julia for data science (DataFrames, MLJ, ...)
After revisiting this site after a long time, I find it disturbing that the learning network stuff (everything after and including "Composing Models") lives in the "Getting Started" section, as...
One has to click and view the tutorial to know what it is about. The same could be argued about the end-to-end tutorials as well as ensembles (1), (2) and...
Context: #214 Testing every tutorial takes some time, and trying to do it using `runtests.jl` is problematic, because each tutorial has its own Pkg environment, ie we need a separate...
Here is a snapshot from `_libs/nav/head.js` which is responsible for routing data: ```julia { name: "Getting Started", id: "getting-started", href: "/info/getting-started", sections: [ { name: "Choosing a model", href: "/getting-started/choosing-a-model/",...
I *really* want to encourage new contributions to this site. I propose replacing the contribution text and link at the bottom of the landing page with a "Contribute" option in...
After #225 the content of the file had to be moved to `lib` (where all the JS lives for Franklin). However, it's not contirbutor-friendly for the file to remain there...
The tutorial is great, but here's where I'm at a loss: if I have multiple independent variables that I want to consider in the regression, how can I do that...