Skip to content

Commit

Permalink
Incorporate newer API for plots into guides (#158)
Browse files Browse the repository at this point in the history
* Incorporate newer API for plots into guides

* Use Data.heatmap

* Delete svm.ex

* Add outputs to k_means

* Use fully qualified name for module prefixes

* Fix outputs

* Update k_means.livemd

* Update k_nearest_neighbors.livemd

* Update k_means.livemd

* Update mix.installs
  • Loading branch information
msluszniak authored Aug 22, 2023
1 parent 4b71155 commit bbbce37
Show file tree
Hide file tree
Showing 4 changed files with 1,281 additions and 1,377 deletions.
2 changes: 1 addition & 1 deletion notebooks/cv_gradient_boosting_tree.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:scholar, github: "elixir-nx/scholar", override: true},
{:scholar, "~> 0.2.0"},
{:explorer, "~> 0.6.1"},
{:exla, "~> 0.6.0"},
{:nx, "~> 0.6.0", override: true},
Expand Down
Loading

0 comments on commit bbbce37

Please sign in to comment.