-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1035 from alan-turing-institute/dev
For a 0.19.3 release
- Loading branch information
Showing
10 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MLJ" | ||
uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7" | ||
authors = ["Anthony D. Blaom <[email protected]>"] | ||
version = "0.19.2" | ||
version = "0.19.3" | ||
|
||
[deps] | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
|
@@ -11,13 +11,15 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | |
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" | ||
MLJEnsembles = "50ed68f4-41fd-4504-931a-ed422449fee0" | ||
MLJFlow = "7b7b8358-b45c-48ea-a8ef-7ca328ad328f" | ||
MLJIteration = "614be32b-d00c-4edb-bd02-1eb411ab5e55" | ||
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7" | ||
MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f" | ||
OpenML = "8b6db2d4-7670-4922-a472-f9537c81ab66" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
|
@@ -29,11 +31,13 @@ ComputationalResources = "0.3" | |
Distributions = "0.21,0.22,0.23, 0.24, 0.25" | ||
MLJBase = "0.21.3" | ||
MLJEnsembles = "0.3" | ||
MLJFlow = "0.1" | ||
MLJIteration = "0.5" | ||
MLJModels = "0.16" | ||
MLJTuning = "0.7" | ||
OpenML = "0.2,0.3" | ||
ProgressMeter = "1.1" | ||
Reexport = "1.2" | ||
ScientificTypes = "3" | ||
StatsBase = "0.32,0.33, 0.34" | ||
Tables = "0.2,1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Logging Workflows | ||
|
||
## MLflow integration | ||
|
||
[MLflow](https://mlflow.org) is a popular, language-agnostic, tool for externally logging | ||
the outcomes of machine learning experiments, including those carried out using MLJ. | ||
|
||
This functionality is provided by the [MLJFlow.jl](https://github.com/JuliaAI/MLJFlow.jl) | ||
package whose methods are automatically available to MLJ users. Refer to the package's | ||
documentation for examples. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,9 @@ Save() | |
|
||
@test OpenML.load isa Function | ||
|
||
|
||
# MLJFlow | ||
|
||
MLFlowLogger | ||
|
||
true |