Skip to content

Commit 7c9172a

Browse files
committed
added note about the variable
1 parent dd52a82 commit 7c9172a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Mutagenesis/Mutagenesis.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ The `Mutagenesis` dataset comprises 188 molecules trialed for mutagenicity on Sa
1010
[relational.fit.cvut.cz](https://relational.fit.cvut.cz/dataset/Mutagenesis) and
1111
[CTUAvastLab/datasets](https://github.com/CTUAvastLab/datasets/tree/main/mutagenesis).
1212
13-
Train, test and validation data can be loaded using:
13+
Train, test and validation data can be loaded using following code.
14+
The `withenv("DATADEPS_ALWAYS_ACCEPT"=>"true")` disables the accept download prompt.
1415
```jldoctest
1516
julia> using MLDatasets: Mutagenesis
1617

0 commit comments

Comments
 (0)