Demo of a Web App. for 3D Scatter Plot

Now, the web app for the 3D-scatter plot has been released.

We can v plot the CSV-format dataset as the following image.

URL of the web app.

https://caron14-streamlit-3d-plot-by-plotly-plot3d-on-streamlit-bzo7i5.streamlitapp.com/

GitHub Repo. for the full Code

https://github.com/caron14/streamlit_3d_plot_by_plotly

Image for the Web App.

Weekly Article News #26

The recommended articles the author has read this week.
This letter is posted every Monday.

This week, the articles are about an explanative AI.

Our approach to building transparent and explainable AI systems

An informative article whose topic is an explainable AI model. It is well known that it is difficult to build an explainable AI system. In this article, the author thinks, there is a hint.

FastTreeSHAP: Accelerating SHAP value computation for trees

One of the powerful methods to build an explainable AI model is to use a SHAP method. However, we face a computational problem when using a tree-based ML model with a large dataset. In this article, the new SHAP-based library is introduced. The new one is so faster.