Skip to content

Commit

Permalink
Add to [compat] Distributions = "<0.19"
Browse files Browse the repository at this point in the history
Remove naive bayes

GLM back!

naive bayes works!

fix it
  • Loading branch information
ablaom committed Apr 25, 2019
1 parent 404a535 commit ce09bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Manifest.toml
.ipynb_checkpoints
*~
#*
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ version = "0.1.0"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
Distributions = "<0.19"
MLJBase = "0.1.1"

[extras]
Expand Down

0 comments on commit ce09bcc

Please sign in to comment.