Skip to content

Commit 80bb496

Browse files
ablaomtlienart
andauthored
Continuation of #149 (#151)
* ongoing update of tutorials * regenerate new Manifest from Project using julia 1.5 * minor stylistic changes * instantiate models in A-stacking before insertion in network * rm redundant Literate.notebook call * fix bug due to old @load syntax Co-authored-by: tlienart <[email protected]>
1 parent 8284298 commit 80bb496

File tree

1,522 files changed

+8140
-82300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,522 files changed

+8140
-82300
lines changed

Diff for: Manifest.toml

+897-333
Large diffs are not rendered by default.

Diff for: Project.toml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataScienceTutorials"
22
uuid = "b22f6415-6e67-485c-b34d-7995e604d9c9"
3-
version = "0.4.1"
3+
version = "0.5.0"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -22,14 +22,22 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2222
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
2323
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
2424
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
25+
MLJClusteringInterface = "d354fa79-ed1c-40d4-88ef-b8c7bd1568af"
26+
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
2527
MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
28+
MLJGLMInterface = "caf8df21-4939-456d-ac9c-5fefbfb04c0c"
29+
MLJLIBSVMInterface = "61c7150f-6c77-4bb1-949c-13197eac2a52"
2630
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
2731
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
2832
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
33+
MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728"
2934
MLJScientificTypes = "2e2323e0-db8b-457b-ae0d-bdfb3bc63afd"
3035
MLJScikitLearnInterface = "5ae90465-5518-4432-b9d2-8a1def2f0cab"
36+
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
3137
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
38+
NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
3239
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
40+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3341
PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337"
3442
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
3543
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
@@ -43,8 +51,8 @@ UrlDownload = "856ac37a-3032-4c1c-9122-f86d88358c8b"
4351
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
4452

4553
[compat]
46-
MLJ = "0.12"
47-
MLJBase = "0.14"
54+
MLJ = "0.16"
55+
MLJBase = "0.17"
4856

4957
[extras]
5058
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

Diff for: __site/.travis.yml

-10
This file was deleted.

0 commit comments

Comments
 (0)