书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 2370 个相关结果.
  • MLeap 问题诊断

    932 2019-07-24 《MLeap 中文文档》
    MLeap 问题诊断 Must provide a sample dataset for the X transformer 解决代码 MLeap 问题诊断 Must provide a sample dataset for the X transformer 你想要序列化的 Transformer 依赖于 Spark DataFrame 中...
  • UCIHousing

    UCIHousing 参数 返回值 代码示例 UCIHousing class paddle.text.datasets. UCIHousing [源代码] 该类是对UCI housing <[https://archive.ics.uci.edu/ml/datasets/Housing](https://archive.ics.uc...
  • Version history

    Version history Version history OpenSearch version Release highlights Release date 2.0.0 Includes document-level monitors for alerting, OpenSearch Notifications plugins, and Ge...
  • Pretrained models

    Pretrained models Uploading pretrained models Supported pretrained models Sentence transformers The model-serving framework is an experimental feature. For updates on the prog...
  • trend 趋势标记

    trend 趋势标记 代码演示 API trend This article has not been translated, hope that your can PR to translated it. Help us! trend 趋势标记 趋势符号,标记上升和下降趋势。通常用绿色代表“好”,红色代表“不好”,股票涨跌场景除外。...
  • Trino

    Running Trino with Alluxio Using Trino with the Alluxio Catalog Service Prerequisites Basic Setup Configure Trino to connect to Hive Metastore Distribute the Alluxio client jar ...
  • Softmax Regression

    SoftMax Regression 1. 算法介绍 SoftMax Regression 2. SoftMax on Angel 3. 运行和性能 数据格式 参数 提交命令 性能 SoftMax Regression Softmax回归也称为多元逻辑回归,既通过逻辑回归算法处理多分类问题。不同于二元逻辑回归,softmax可归可处...
  • Connectors

    Creating connectors for third-party ML platforms Connector blueprints Supported connectors Creating a connector Creating a standalone connector Creating a connector for a speci...
  • 安装

    安装 让我们开始吧!假设您按照第 2 章中的安装说明安装了 Jupyter 和 Scikit-Learn,您可以简单地使用pip 来安装 TensorFlow。 如果你使用virtualenv 创建了一个独立的环境,你首先需要激活它: &# x24 ; cd &# x24 ; ML_PATH ...
  • PolynomialExpansion

    PolynomialExpansion(多元展开) PolynomialExpansion(多元展开)   Polynomial expansion 是一个将特征展开到多元空间的处理过程。它通过n-degree 结合原始的维度来定义。比如设置degree 为2就可以将(x, y) 转化为(x, x x, y, x y, y y) 。Polynomia...