Skip to content

v0.5.1

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 22 Oct 04:02
· 1450 commits to master since this release
v0.5.1
436a80d
  • (Enhancement) Update requirements for MLJBase and MLJModels to eliminate the current cap of 0.5.2 on CategoricalArrays. Among other things, this allows more recent versions of CSV and DataFrames to be used with MLJ, and eliminates some warnings. (JuliaAI/MLJBase.jl#44, PR #275)

  • (Enhancement) The MLJBase update also adds the Brier score for probabilistic classifiers

  • (Bug) Fix a bug with |> syntax for building learning networks (julia >= 0.3) (#253, PR #263 )

  • (Bug) Fix problem with loading most ScikitLearn classifiers (#252)

  • (Enhancement) Allow specification of different resolutions for each dimension in a grid search (#269 , PR #278). Do ?Grid for details.

  • (Enhancement) Allow selectcols(X, c) to work on nodes in addition to tables/matrices/vectors X. So, if X is a node and N=selectnode(X, c), then N() is the same as select(X(), c) (#271)