Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 14, 2019
1 parent b99a335 commit 4bd1db0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions docs/src/index.md
Expand Up @@ -116,11 +116,6 @@ constructors can be any table, where *table* means any data type
supporting the [Tables.jl](https://github.com/JuliaData/Tables.jl)
interface.
> At present our API is more restrictive; see this
> [issue](https://github.com/JuliaData/Tables.jl/issues/74) with
> Tables.jl. If your Tables.jl compatible format is not working in
> MLJ, please post an issue.
In particular, `DataFrame`, `JuliaDB.IndexedTable` and
`TypedTables.Table` objects are supported, as are two Julia native
formats: *column tables* (named tuples of equal length vectors) and
Expand Down
2 changes: 1 addition & 1 deletion src/MLJ.jl
Expand Up @@ -29,7 +29,7 @@ export OneHotEncoder
# export UnivariateDiscretizer, Discretizer

# rexport from Random, Statistics, Distributions, CategoricalArrays:
export pdf, mode, median, mean, shuffle!, categorical
export pdf, mode, median, mean, shuffle!, categorical, shuffle

# reexport from MLJBase:
export nrows, nfeatures, info
Expand Down

0 comments on commit 4bd1db0

Please sign in to comment.