What’s new in DALEX v 0.4.9?
Few days ago a new version of DALEX was accepted by CRAN (v 0.4.9). Here you will find short overview what was added/changed. DALEX is an R package with methods...continue reading.
Few days ago a new version of DALEX was accepted by CRAN (v 0.4.9). Here you will find short overview what was added/changed. DALEX is an R package with methods...continue reading.
TL;DR: If you are going to explain predictions for a black box model you should combine statistical charts with natural language descriptions. This combination is more powerful than SHAP/LIME/PDP/Break Down...continue reading.
Hubert Baniecki created an awesome package dime for serverless HTML interactive model exploration. The experimental version is at Github, here is the pkgdown website. It is a part of the...continue reading.
XAI (eXplainable artificial intelligence) is a fast growing and super interesting area. Working with complex models generates lots of problems with model validation (on test data performance is great but...continue reading.
The modelDown package turns classification or regression models into HTML static websites. With one command you can convert one or more models into a website with visual and tabular model...continue reading.
If you could talk to a predictive machine learning model, what would you ask for? Try! Michał Kuźba is developing a mind-blowing project – xai chat-bot. Dialog based system that...continue reading.
I had amazing weekend in Gdansk thanks to the satRday conference organized by Olgun Aydin, Ania Rybinska and Michal Maj. Together with Hanna Piotrowska we had a talk ,,Machine learning...continue reading.
Most people make the mistake of thinking design is what it looks like… People think it’s this veneer — that the designers are handed this box and told, ‚Make it...continue reading.
DALEX is a set of tools for explanation, exploration and debugging of predictive models. The nice thing about it is that it can be easily connected to different model factories....continue reading.
Do you spend a lot of time on data exploration? If yes, then you will like today’s post about AutoEDA written by Mateusz Staniak. If you ever dreamt of automating...continue reading.
LIME and SHAP are two very popular methods for instance level explanations of machine learning models (XAI). They work nicely for images and text inputs, but share similar weakness in...continue reading.
DALEX is an R package for visual explanation, exploration, diagnostic and debugging of predictive ML models (aka XAI – eXplainable Artificial Intelligence). It has a bunch of visual explainers for...continue reading.
Written by: Alicja Gosiewska In applied machine learning, there are opinions that we need to choose between interpretability and accuracy. However in field of the Interpretable Machine Learning, there are...continue reading.
At the last homework before Christmas I asked my students from DataVisTechniques to create a ,,Christmas style” data visualization in R or Python (based on simulated data). Libaries like rbokeh,...continue reading.
Facebook Twitter Google+ LinkedIn Yet another boring barplot? No! I’ve asked my students from MiNI WUT to visualize some data about their favorite movies or series. Results are pretty awesome....continue reading.
Facebook Twitter Google+ LinkedIn The breakDown package explains predictions from black-box models, such as random forest, xgboost, svm or neural networks (it works for lm and glm as well). As...continue reading.