Skip to content

Commit f82a42b

Browse files
committed
fix comment typo
1 parent ada72e2 commit f82a42b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/openml.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ If `parser = :csv` the types of the columns are automatically detected by the
169169
`CSV.read` function. A message is shown, if `verbosity > 0` and the detected
170170
type does not match the OpenML metadata. If `parser = :openml` the OpenML metadata
171171
is used to `coerce` the columns to scientific types according to the rules:
172+
172173
| metadata | inferred type | scientific type |
173174
|----------|---------------|-----------------|
174175
|numeric | <: Real | Continuous |
@@ -187,6 +188,8 @@ used to coerce the data further.
187188
For data with more than 2000 features (columns) `parser = :csv` is used always,
188189
because `parser = :openml` can be much slower.
189190
191+
Extra `kwargs` are passed to the CSV parser, `CSV.File(...)`.
192+
190193
Returns a table.
191194
192195
# Examples

0 commit comments

Comments
 (0)