Skip to content

Commit

Permalink
Merge pull request #8 from stefanbringuier/master
Browse files Browse the repository at this point in the history
Julia implementation using Pluto.jl notebooks
  • Loading branch information
anthony-wang authored Feb 18, 2021
2 parents a27e17d + 3d874c5 commit 7b03d4f
Show file tree
Hide file tree
Showing 59 changed files with 100,712 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Wang, Anthony Yu-Tung; Murdock, Ryan J.; Kauwe, Steven K.; Oliynyk, Anton O.; Gu
* Installation
* Opening the Jupyter notebooks
* Using the Jupyter notebooks

* Julia implementation via Pluto.jl


## How to cite
Expand Down Expand Up @@ -108,3 +108,6 @@ Some other handy keyboard shortcuts to know:
| `Ctrl + S` | Save |

For more information about how to use Jupyter notebooks, you can consult the [official Jupyter Notebook documentation](https://jupyter-notebook.readthedocs.io/en/stable/notebook.html) as well as the wealth of available information online.

## Julia version via Pluto.jl
A julia implementation can be found in the folder [pluto_notebooks](pluto_notebooks/). Additional instructions for setup are provided in the README file there. In general much of the same workflow has been kept in place the major difference is the use of julia equivalent packages (e.g., DataFrames.jl for Pandas).
1 change: 1 addition & 0 deletions data/R2_GradientBoostingRegressor.fit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.9860018388031304
Loading

0 comments on commit 7b03d4f

Please sign in to comment.