Skip to content

Commit

Permalink
Merge pull request #72 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Update README.md - don't link to PyJulia
  • Loading branch information
sylvaticus authored Nov 8, 2024
2 parents a7d1dcb + f00d9e3 commit 89256e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Please refer to the [package documentation](https://sylvaticus.github.io/BetaML.

If you are looking for an introductory material on Julia, have a look on the book "[Julia Quick Syntax Reference](https://www.julia-book.com/)"(Apress,2019) or the online course "[Scientific Programming and Machine Learning in Julia](https://sylvaticus.github.io/SPMLJ/stable/).

While implemented in Julia, this package can be easily used in R or Python employing [JuliaCall](https://github.com/Non-Contradiction/JuliaCall) or [PyJulia](https://github.com/JuliaPy/pyjulia) respectively, see [the relevant section](https://sylvaticus.github.io/BetaML.jl/stable/tutorials/Betaml_tutorial_getting_started.html#using_betaml_from_other_languages) in the documentation.
While implemented in Julia, this package can be easily used in R or Python employing R's [JuliaCall](https://github.com/Non-Contradiction/JuliaCall) or Python's [juliacall](https://pypi.org/project/juliacall/) respectively, see [the relevant section](https://sylvaticus.github.io/BetaML.jl/stable/tutorials/Betaml_tutorial_getting_started.html#using_betaml_from_other_languages) in the documentation.

### Examples

Expand Down

0 comments on commit 89256e2

Please sign in to comment.