书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 456 个相关结果.
  • 1.9. 朴素贝叶斯

    1.9. 朴素贝叶斯 1.9.1. 高斯朴素贝叶斯 1.9.2. 多项分布朴素贝叶斯 1.9.3. 补充朴素贝叶斯 1.9.4. 伯努利朴素贝叶斯 1.9.5. 基于外存的朴素贝叶斯模型拟合 1.9. 朴素贝叶斯 校验者: @Kyrie @Loopy @qinhanmin2014 翻译者: @TWITCH 朴素贝叶斯方法是基于贝叶斯定理...
  • 四、AgglomerativeClustering

    四、AgglomerativeClustering 四、AgglomerativeClustering AgglomerativeClustering 是scikit-learn 提供的一种层次聚类模型。其原型为: class sklearn . cluster . AgglomerativeClustering ( n_clusters = ...
  • 三、字典学习

    三、字典学习 3.1 DictionaryLearning 3.2 MiniBatchDictionaryLearning 三、字典学习 3.1 DictionaryLearning DictionaryLearning 用于字典学习,其原型为: class sklearn . decomposition . DictionaryLea...
  • Securing the Kubeflow authentication with HTTPS

    Securing the Kubeflow authentication with HTTPS Prerequisites Setting up an NLB Exposing the Kubeflow dashboard with DNS and TLS termination Optional - KFServing configuration ...
  • 四、超参数优化

    四、超参数优化 4.1 GridSearchCV 4.2 RandomizedSearchCV 四、超参数优化 4.1 GridSearchCV GridSearchCV 用于实现超参数优化,其原型为: class sklearn . model_selection . GridSearchCV ( estimator , param...
  • 6.1. Q & A

    1.初次新建工程时需进行COS一键授权,若授权失败,如何手动进行COS授权? 登录此链接https://console.cloud.tencent.com/cam/role,按以下步骤操作: ​ 1.点击【新建角色】-选择【腾讯云产品服务】 ​ 2.勾选中【智能钛自动机器学习】,点击【下一步】 ​ 3.在【策略列表】中搜索【QcloudAcces...
  • Ex 3: The iris 鳶尾花資料集

    Datasets 機器學習資料集/ 範例三: The iris dataset (一)引入函式庫及內建手寫數字資料庫 (二)資料集介紹 (三)應用範例介紹 Datasets 機器學習資料集/ 範例三: The iris dataset http://scikit-learn.org/stable/auto_examples/dataset...
  • BentoML

    BentoML Out of date Prerequisites Build an iris classifier model server with BentoML Deploy model server to Kubernetes Send prediction request Monitor metrics with Prometheus...
  • BentoML

    BentoML Out of date Prerequisites Build an iris classifier model server with BentoML Deploy model server to Kubernetes Send prediction request Monitor metrics with Prometheus...
  • 6.半监督学习模型

    半监督学习 一、标签传播算法 1.1 LabelPropagation 1.2 LabelSpreading 半监督学习 模型的一些通用方法: get_params([deep]) :返回模型的参数。 deep : 如果为True ,则可以返回模型参数的子对象。 set_params(**params) :设置模型的参数。 p...