Skip to content

Commit

Permalink
Fix/minor fixes (Yorko#733)
Browse files Browse the repository at this point in the history
* minor fixes

* add arguments to seaborn jointplot; update poetry (jsonschema still fails with format-nongpl absent in 3.2.0)
  • Loading branch information
Yorko authored Jan 16, 2023
1 parent cc498ad commit 8478cc8
Show file tree
Hide file tree
Showing 6 changed files with 1,351 additions and 1,089 deletions.
Binary file added img/ods_stickers_1900_432.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mlcourse_ai_jupyter_book/book/prereqs/software_devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ _Note: this may take a long time, about an hour, to play around with a toy examp

Then, open the HTML file located at `mlcourse_ai_jupyter_book/_build/html/index.html.`

You can also download any [mlcourse.ai](mlcourse.ai) page as a Jupyter Notebook and run it yourself:
You can also download any [mlcourse.ai](https://mlcourse.ai) page as a Jupyter Notebook and run it yourself:


```{figure} /_static/img/download_as_jupyter.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Using the same function, we can also get a smoothed version of our bivariate dis

```{code-cell} ipython3
sns.jointplot(
"Total day minutes", "Total night minutes", data=df, kind="kde", color="g"
x="Total day minutes", y="Total night minutes", data=df, kind="kde", color="g"
);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,3 +850,4 @@ This section has been moved to Kaggle, please explore [this Notebook](https://ww
- "Command-line Tools can be 235x Faster than your Hadoop Cluster" [post](https://adamdrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html)
- Benchmarking various ML algorithms on Criteo 1TB dataset on [GitHub](https://github.com/rambler-digital-solutions/criteo-1tb-benchmark)
- [VW on FastML.com](http://fastml.com/blog/categories/vw/)
q
Loading

0 comments on commit 8478cc8

Please sign in to comment.