Skip to content

Commit

Permalink
Merge branch 'linreg-20241219'
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 29, 2024
2 parents 8241c3c + 8031294 commit 1cb3e59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/noj_book/linear_regression_intro.clj
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ simple-linear-data-model
;; Visualizing multiple dimensions is more involved. Below is a 3D
;; scatter plot using Tableplot's Plotly API, along with an explicit
;; Plotly surface spec for the regression plane. We expect to simplify this
;; process in the future, so these details become part of higher-level layers. 🛠
;; process in the future, so these details can be represented as
;; composable Tableplot layers. 🛠

(-> multiple-linear-data
(plotly/layer-point {:=coordinates :3d
Expand Down

0 comments on commit 1cb3e59

Please sign in to comment.