All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.alg-lr.json Maven / Gradle / Ivy

The newest version!
{
  "alg": {
    "desc": "测试",
    "strategy": "spark",
    "algorithm": [],
    "ref": [],
    "compositor": [
      {
        "name": "batch.sources",
        "params": [
          {
            "path": "file:///tmp/sample_linear_regression_data.txt",
            "format": "libsvm",
            "outputTable": "test"
          }
        ]
      },
      {
        "name": "batch.output.alg",
        "params": [
          {
            "algorithm": "lr",
            "path": "file:///tmp/lr-model",
            "inputTableName":"test"
          },
          {
            "maxIter": 1,
            "regParam": 0.3,
            "elasticNetParam": 0.8
          }
        ]
      }
    ],
    "configParams": {
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy