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 d83992d commit 64b7b72Copy full SHA for 64b7b72
src/openml.jl
@@ -1,7 +1,7 @@
1
using HTTP
2
using JSON
3
using CSV
4
-import ScientificTypes: Continuous, Count, Textual, Multiclass, coerce
+import ScientificTypes: Continuous, Count, Textual, Multiclass, coerce, autotype
5
using Markdown
6
7
const API_URL = "https://www.openml.org/api/v1/json"
0 commit comments