diff --git a/C/ConformalPrediction/Compat.toml b/C/ConformalPrediction/Compat.toml new file mode 100644 index 000000000000000..a515bd38dd55356 --- /dev/null +++ b/C/ConformalPrediction/Compat.toml @@ -0,0 +1,3 @@ +[0] +MLJ = "0.18" +julia = "1.7.0-1" diff --git a/C/ConformalPrediction/Deps.toml b/C/ConformalPrediction/Deps.toml new file mode 100644 index 000000000000000..dd0ec8c8570a0e1 --- /dev/null +++ b/C/ConformalPrediction/Deps.toml @@ -0,0 +1,3 @@ +[0] +MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/C/ConformalPrediction/Package.toml b/C/ConformalPrediction/Package.toml new file mode 100644 index 000000000000000..785e1a28e6eea86 --- /dev/null +++ b/C/ConformalPrediction/Package.toml @@ -0,0 +1,3 @@ +name = "ConformalPrediction" +uuid = "98bfc277-1877-43dc-819b-a3e38c30242f" +repo = "https://github.com/pat-alt/ConformalPrediction.jl.git" diff --git a/C/ConformalPrediction/Versions.toml b/C/ConformalPrediction/Versions.toml new file mode 100644 index 000000000000000..483536efb518f34 --- /dev/null +++ b/C/ConformalPrediction/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "e7677ac8655cbe3009ff4ac896cc104857b9dfea" diff --git a/Registry.toml b/Registry.toml index 138a8afabf5209b..4381dc3f1ad7afa 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4997,6 +4997,7 @@ some amount of consideration when choosing package names. 98ad42d3-8ce6-553d-ae41-509bd26b5557 = { name = "VisualDL", path = "V/VisualDL" } 98b081ad-f1c9-55d3-8b20-4c87d4299306 = { name = "Literate", path = "L/Literate" } 98b73d46-197d-11e9-11eb-69a6ff759d3a = { name = "Trebuchet", path = "T/Trebuchet" } +98bfc277-1877-43dc-819b-a3e38c30242f = { name = "ConformalPrediction", path = "C/ConformalPrediction" } 98bfdc55-cc95-5876-a49a-74609291cbe0 = { name = "TerminalRegressionTests", path = "T/TerminalRegressionTests" } 98c43586-9870-5ae5-ab22-acc77b9bbdb5 = { name = "wolfSSL_jll", path = "W/wolfSSL_jll" } 98c7d76d-7e09-410d-8095-648d0832f4ae = { name = "SigFigs", path = "S/SigFigs" }