摘要:
原文: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
阅读(29)
评论(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
阅读(23)
评论(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
阅读(34)
评论(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
阅读(2450)
评论(0)
推荐(0)
摘要:
官网: Helm | Installing Helm Helm | Values Files Helm | Charts 阅读全文
posted @ 2022-11-18 10:16
PanPan003
阅读(98)
评论(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
阅读(81)
评论(0)
推荐(0)