www.flow.packs.test-small.glm_gbm_test_czechboard_300x300.flow Maven / Gradle / Ivy
The newest version!
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles [ \"../smalldata/gbm_test/czechboard_300x300.csv\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/gbm_test/czechboard_300x300.csv\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/gbm_test/czechboard_300x300.csv\"]\n destination_frame: \"czechboard_300x300.hex\"\n parse_type: \"CSV\"\n separator: 44\n number_columns: 3\n single_quotes: false\n column_names: [\"C1\",\"C2\",\"C3\"]\n column_types: [\"Enum\",\"Enum\",\"Numeric\"]\n delete_on_done: true\n check_header: 1\n chunk_size: 65536"
},
{
"type": "cs",
"input": "getFrameSummary \"czechboard_300x300.hex\""
},
{
"type": "cs",
"input": "assist splitFrame, \"czechboard_300x300.hex\""
},
{
"type": "cs",
"input": "splitFrame \"czechboard_300x300.hex\", [0.25], [\"czechboard_300x300_test.hex_0.250\",\"czechboard_300x300_train.hex_0.750\"], 123456"
},
{
"type": "cs",
"input": "buildModel \"glm\""
},
{
"type": "cs",
"input": "buildModel 'glm', {\"model_id\":\"glm-a107a02b-c1d0-4412-b9ae-f507b8def7fe\",\"training_frame\":\"czechboard_300x300_train.hex_0.750\",\"validation_frame\":\"czechboard_300x300_test.hex_0.250\",\"ignored_columns\":[],\"ignore_const_cols\":true,\"response_column\":\"C1\",\"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\",\"max_confusion_matrix_size\":20,\"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-a107a02b-c1d0-4412-b9ae-f507b8def7fe\""
},
{
"type": "cs",
"input": "predict model: \"glm-a107a02b-c1d0-4412-b9ae-f507b8def7fe\""
},
{
"type": "cs",
"input": "predict model: \"glm-a107a02b-c1d0-4412-b9ae-f507b8def7fe\", frame: \"czechboard_300x300_test.hex_0.250\", predictions_frame: \"prediction-f26b386c-7ce3-4b4a-9dde-57d99cb942dc\""
}
]
}