From 18e9c9ff1208623de170c6302c033ae45c551bc4 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Wed, 15 May 2024 09:57:57 -0400 Subject: [PATCH] Remove unsupported use of info() from cheatsheet --- docs/src/mlj_cheatsheet.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/mlj_cheatsheet.md b/docs/src/mlj_cheatsheet.md index 57cb24c46..4a8edc82a 100644 --- a/docs/src/mlj_cheatsheet.md +++ b/docs/src/mlj_cheatsheet.md @@ -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`