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 dd52a82 commit 7c9172aCopy full SHA for 7c9172a
src/Mutagenesis/Mutagenesis.jl
@@ -10,7 +10,8 @@ The `Mutagenesis` dataset comprises 188 molecules trialed for mutagenicity on Sa
10
[relational.fit.cvut.cz](https://relational.fit.cvut.cz/dataset/Mutagenesis) and
11
[CTUAvastLab/datasets](https://github.com/CTUAvastLab/datasets/tree/main/mutagenesis).
12
13
-Train, test and validation data can be loaded using:
+Train, test and validation data can be loaded using following code.
14
+The `withenv("DATADEPS_ALWAYS_ACCEPT"=>"true")` disables the accept download prompt.
15
```jldoctest
16
julia> using MLDatasets: Mutagenesis
17
0 commit comments