-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❓❔ FAQ & Troubleshooting ❔❓ #54
Comments
4X4 modelStudios the only way to get a studio? just a half scroll down from https://modelstudio.drwhy.ai/, we are greeted by a very nice 1x2 panel modelStudio. All variations of modelStudio I am able to create are only 4x4 panels. I can't see any option/argument to choose the sleeker version of modelStudio. |
Hi, you can use the |
Wow. 5 mins response time. Thanks so much!! |
@hbaniecki MS is a very cool tool, love it! I have a complex model trained on a large dataset and MS html report generation fails I guess due to resource constrains... Is it possible to restrict MS to generate only preselected reports? E.g. exclude partial dependency completely. I have not found this option at all. |
Hi @BalintKomjati, I am glad you find MS useful. Unfortunately, "MS html report generation fails" is not specific enough for me to be able to help troubleshoot the issue. Answering the question: partially, you can omit to generate EDA plots using the |
@hbaniecki thanks for the quick reply! By no means I wanted to ask you to troubleshoot my issue :) I have not dig into it and was just looking for a confirmation that this option is not available (bc it would be a great tool to check which plot might cause the trouble...) Thanks again! :) |
modelStudio FAQ & Troubleshooting
Most of the information is covered in the documentation: https://modelstudio.drwhy.ai/
✨ Please, submit a new issue when dealing with potential bugs. Thanks! ✨
modelStudio()
computationfoo
plot doesn't show up on the dashboardDALEX::explain()
. There could be a warning message pointing to the solution of this problem.modelStudio()
. There could be an error message (printed as a warning) pointing to the origin and solution of this problem.DALEX
,ingredients
,iBreakDown
.modelStudio()
output shows up as a white window in the RStudio ViewerSolve this by updating the RStudio. Please, check if the output shows up properly in the browser (e.g. use
viewer = "browser"
argument inmodelStudio()
).Use
modelStudio(..., options = ms_options(margin_left = 200))
.Unable to load the pickle file with Explainer object
See
reticulate
vignettes: Python Version Configuration Installing Python PackagesNA in data
See modelStudio(), explainer_mlr3() and NAs #71
Shiny support
See Running model studio in a shiny app #77
Quarto support
See Partial display of ModelStudio applet in Quatro HTML file #116
Change the number of panels with plots from 2x2 to 1x2 or 3x3 (grid size of the dashboard)
See ❓❔ FAQ & Troubleshooting ❔❓ #54 (comment)
The text was updated successfully, but these errors were encountered: