stringsAsFactors=TRUE
where data.frame
is usedmodelStudioOptions()
to ms_options()
ms_update_options()
function that updates the options of a modelStudio
objectms_update_observations()
function that updates the observations of a modelStudio
objectB
default value from 15
to 10
and N
default value from 400
to 300
feature_importance
is now calculated on 10*N
sampled rows from the dataranger
instead of randomForest
everywhereauto_unbox = TRUE
to jsonlite::toJSON
and changed the .js
code to comply"modelStudio"
to the modelStudio()
outputFD
plot on matrix-like datamodelStudio
position in HTMLmodelStudio
now renders properly from .Rmd
to .html
devel-fedora
tests for cranR v4.0
changesdata
with xgboost
working examplemax(min, q1 - 1.5*iqr)
and min(max, q3 + 1.5*iqr)
show_info
with progress
packagemodelStudio()
now only works on explainer
class object made with DALEX::explain()
iBreakDown v1.0.0
and ingredients v1.0.0
cummulative
to cumulative
in code (#49)dependency
to dependence
in code (#52)SV
plot (#50)eda
argument to modelStudio()
show_boxplot
argument to modelStudioOptions()
TV
plot (X had columns sorted while y was the same)ms_title
argument to modelStudioOptions()
(#46)modelStudio
footer is generated fasterTarget vs Feature [EDA]
(#38)Average Target vs Feature [EDA]
(#41)FI
plot ingredients/72new_observation_y
argument to modelStudio()
(#39)...
to prepare_*
functions (e.g. allows to round numbers)margin_ytitle
argument to modelStudioOptions()
data
(#25)BD
and second is clicked
(#37)try-catch
blocks added - errors in ingredients
or iBreakDown
functions are now treated as warnings and do not stop the modelStudio
computation (#35)show_info
adds messages saying what is currently calculated (#40)spellcheck
to tests (#36)DALEX v0.4.9
and ingredients v0.4.0
B
default value from 25
to 15
, N
default value from 500
to 400
Many minor changes stated in #20, most notably: * rename x
parameter to object
in modelStudio()
* rename getOptions()
to modelStudioOptions()
* add viewer
parameter to modelStudio()
* add suppressWarnings(ingredients::describe) * upgrade documentation, examples and vignette
modelStudio
only_numerical
to variable_type
in ingredients
functionsparallelMap
modelStudio
customization with options
parametergetOptions()
functionmodelStudio
does not reload on resizedescription
won’t show if there are less than 4 features in the modelmodelStudio
packagemodelStudio()
function implemented