File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ If `parser = :csv` the types of the columns are automatically detected by the
169
169
`CSV.read` function. A message is shown, if `verbosity > 0` and the detected
170
170
type does not match the OpenML metadata. If `parser = :openml` the OpenML metadata
171
171
is used to `coerce` the columns to scientific types according to the rules:
172
+
172
173
| metadata | inferred type | scientific type |
173
174
|----------|---------------|-----------------|
174
175
|numeric | <: Real | Continuous |
@@ -187,6 +188,8 @@ used to coerce the data further.
187
188
For data with more than 2000 features (columns) `parser = :csv` is used always,
188
189
because `parser = :openml` can be much slower.
189
190
191
+ Extra `kwargs` are passed to the CSV parser, `CSV.File(...)`.
192
+
190
193
Returns a table.
191
194
192
195
# Examples
You can’t perform that action at this time.
0 commit comments