Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
www.flow.packs.test-small.glm_testng_iris_train1.flow Maven / Gradle / Ivy
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles"
},
{
"type": "cs",
"input": "importFiles [ \"../smalldata/testng/iris_train1.csv\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/testng/iris_train1.csv\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/testng/iris_train1.csv\"]\n destination_frame: \"iris_train1.hex\"\n parse_type: \"CSV\"\n separator: 44\n number_columns: 5\n single_quotes: false\n column_names: [\"Sepal.Length\",\"Sepal.Width\",\"Petal.Length\",\"Petal.Width\",\"Species\"]\n column_types: [\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Enum\"]\n delete_on_done: true\n check_header: 1\n chunk_size: 4194304"
},
{
"type": "cs",
"input": "getFrameSummary \"iris_train1.hex\""
},
{
"type": "cs",
"input": "assist splitFrame, \"iris_train1.hex\""
},
{
"type": "cs",
"input": "splitFrame \"iris_train1.hex\", [0.2], [\"iris_train1_test\",\"iris_train1_train\"], 123456"
},
{
"type": "cs",
"input": "buildModel \"glm\""
},
{
"type": "cs",
"input": "buildModel 'glm', {\"model_id\":\"glm-df20bf63-dde8-414a-a639-046f135ab528\",\"training_frame\":\"iris_train1_train\",\"validation_frame\":\"iris_train1_test\",\"ignore_const_cols\":true,\"response_column\":\"Sepal.Length\",\"family\":\"gaussian\",\"solver\":\"IRLSM\",\"alpha\":[0.3],\"lambda\":[0.002],\"lambda_search\":false,\"standardize\":false,\"non_negative\":false,\"score_each_iteration\":false,\"max_iterations\":-1,\"link\":\"family_default\",\"intercept\":true,\"objective_epsilon\":0.00001,\"beta_epsilon\":0.0001,\"gradient_epsilon\":0.0001,\"prior\":-1,\"max_active_predictors\":-1}"
},
{
"type": "cs",
"input": "getModel \"glm-df20bf63-dde8-414a-a639-046f135ab528\""
},
{
"type": "cs",
"input": "predict model: \"glm-df20bf63-dde8-414a-a639-046f135ab528\""
},
{
"type": "cs",
"input": "predict model: \"glm-df20bf63-dde8-414a-a639-046f135ab528\", frame: \"iris_train1_test\", predictions_frame: \"prediction-842199e4-12a7-4863-9c7f-e66c85e45820\""
}
]
}