We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89394cf commit ced0fb5Copy full SHA for ced0fb5
Project.toml
@@ -34,6 +34,7 @@ MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
34
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
35
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
36
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
37
+StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
38
39
[targets]
-test = ["Test", "DataFrames", "MLJBase", "Random", "StableRNGs"]
40
+test = ["Test", "DataFrames", "MLJBase", "Random", "StableRNGs", "StatsModels"]
0 commit comments