Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Month: March 2025

Install Elasticsearch with Docker

Docker images for Elasticsearch are available from the Elastic Docker registry. A list of all published Docker images and tags is available at www.docker.elastic.co. The source code is in GitHub. Elasticsearch 的 Docker 镜像可从 Elastic Docker 镜像仓库获取。所有已发布的 Docker 镜像和标签的列表可在 www.docker.elastic.co 上找到。源代码位于 GitHub 中。 This package contains both free and subscription features. Start a 30-day trial […]

05.exercise-advanced-uses-of-shap-values【练习:SHAP值的高级用法】

This notebook is an exercise in the Machine Learning Explainability course. You can reference the tutorial at this link. Set Up 设置 We have again provided code to do the basic loading, review and model-building. Run the cell below to set everything up: 我们再次提供了代码来执行基本的加载、审查和模型构建。运行下面的单元格来设置一切: import numpy as np import pandas as pd from sklearn.ensemble import […]

Scroll to top