Skip to content

Commit

Permalink
Remove unsupported use of info() from cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro authored May 15, 2024
1 parent 0acc876 commit 18e9c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/mlj_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ fit!(mach, rows=1:100, verbosity=1, force=false)
`info(ConstantRegressor())`, `info("PCA")`, `info("RidgeRegressor",
pkg="MultivariateStats")` gets all properties (aka traits) of registered models

`info(rms)` gets all properties of a performance measure

`schema(X)` get column names, types and scitypes, and nrows, of a table `X`

`scitype(X)` gets the scientific type of `X`
Expand Down

0 comments on commit 18e9c9f

Please sign in to comment.