摘要: 原文:https://www.ritchieng.com/pandas-creating-dummy-variables/ Creating dummy variables In [1]: import pandas as pd In [2]: url = 'http://bit.ly/kaggle 阅读全文
posted @ 2022-11-18 17:23 PanPan003 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.quora.com/What-is-the-difference-between-One-Hot-Encoding-and-a-CountVectorizer When converting categorical variables to a numeric repr 阅读全文
posted @ 2022-11-18 17:16 PanPan003 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1. 进入 azure shell $ helm list --all -n [namespace] NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION $ helm list --all -n [namespace] |grep eve 阅读全文
posted @ 2022-11-18 16:31 PanPan003 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 转载: https://blog.csdn.net/dreamer_chen/article/details/118596034 HELM部署异常:Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in pr 阅读全文
posted @ 2022-11-18 16:25 PanPan003 阅读(2012) 评论(0) 推荐(0) 编辑
摘要: 官网: Helm | Installing Helm Helm | Values Files Helm | Charts 阅读全文
posted @ 2022-11-18 10:16 PanPan003 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 1. 进入 kubernetes service 资源下 2.点击connect az login az account set --subscription **** az aks get-credentials --resource-group **** --name **** kubectl 阅读全文
posted @ 2022-11-18 09:53 PanPan003 阅读(70) 评论(0) 推荐(0) 编辑