Skip to content

Commit

Permalink
Merge pull request #37 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Working example
  • Loading branch information
emmaccode authored May 18, 2020
2 parents c56f9c3 + 3cdbc37 commit bea750b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ help?> Lathe.stats.mean
println(mean)

10

```

## Features
- Pipelines
- An ever-expanding library of models for predicting continous features, and soon categorical features.
Expand All @@ -39,12 +39,13 @@ help?> Lathe.stats.mean
- Expandable, dependable, and reliable. Lathe has a big advantage in being written in Julia. Many functions, notably the prediction function utilize Julia's function struct dispatch syntax, allowing end users to quickly modify the function in their environment to make it work for them. This also adds to the long term support, as anyone could develop a model for Lathe, even entirely seperately using Lathe as a code-base to work off of.
- Serialization for pipelining, using one prediction function.
- A small, and expanding distributions library.

## Add it!
LTS
```julia
using Pkg; Pkg.add("Lathe")
```
Unstable
Unstable (press ] in REPL to go to Pkg mode):
```julia
using Pkg; Pkg.add("Lathe"#Unstable)
(v1.3) pkg> add Lathe#Unstable
```

0 comments on commit bea750b

Please sign in to comment.