Remove paragraph leading to other notebooks

This commit is contained in:
José Valim 2021-10-16 20:53:44 +02:00
parent 7eea603964
commit 861fc3110b

View file

@ -645,6 +645,3 @@ Now, you try. Find a function computing the gradient of a `sin` wave.
```elixir
# your code here
```
In the notebooks that follow, we'll roll up these techniques
to do a linear regression.