Releases: ModelOriented/modelStudio
Releases · ModelOriented/modelStudio
modelStudio v0.3.0
modelStudio()
now only works onexplainer
class object made withDALEX::explain()
- this version requires
iBreakDown v1.0.0
andingredients v1.0.0
- change
cummulative
tocumulative
in code (#49) - change
dependency
todependence
in code (#52) - update package title and description
- change LICENSE to GPL-3 (#55)
- add boxplots to
SV
plot (#50) - add
eda
argument tomodelStudio()
- add
show_boxplot
argument tomodelStudioOptions()
modelStudio v0.2.0
- new plot:
Target vs Feature [EDA]
(#38) - new plot:
Average Target vs Feature [EDA]
(#41) - add boxplots to
FI
plot ingredients/72 - add
new_observation_y
argument tomodelStudio
(#39) - pass
...
toprepare_*
functions (e.g. allows to round numbers) - add
margin_ytitle
argument tomodelStudioOptions
- by default: observations to calculate local explanations are taken at random from the
data
(#25) - by default: first plot is selected as
BD
and second isclicked
(#37) - nicer histogram when few unique values
- all categorical plots now have the same bar order ingredients/82
try_catch
blocks added - errors iningredients
oriBreakDown
functions are
now treated as warnings and do not stop themodelStudio
computation (#35)show_info
adds messages saying what is currently calculated (#40)- add
spellcheck
to tests (#36) - Travis-CI now checks OSX
modelStudio v0.1.9
- change
Shapley Values
toSHAP Values
- Lower
B
default value from25
to15
,N
default value from500
to400
- This version requires
DALEX 0.4.9
andingredients 0.4.0
modelStudio v0.1.6 first CRAN release
Initial version of the modelStudio package with following functions:
modelStudio()
modelStudioOptions()