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_test_Mushroom-gz.flow Maven / Gradle / Ivy
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles [ \"../smalldata/glm_test/Mushroom.gz\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/glm_test/Mushroom.gz\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/glm_test/Mushroom.gz\"]\n destination_frame: \"Mushroom.hex\"\n parse_type: \"CSV\"\n separator: 32\n number_columns: 23\n single_quotes: false\n column_types: [\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\",\"Enum\"]\n delete_on_done: true\n check_header: -1\n chunk_size: 4194304"
},
{
"type": "cs",
"input": "getFrameSummary \"Mushroom.hex\""
},
{
"type": "cs",
"input": "assist splitFrame, \"Mushroom.hex\""
},
{
"type": "cs",
"input": "splitFrame \"Mushroom.hex\", [0.25], [\"Mushroom_test\",\"Mushroom_train\"], 123456"
},
{
"type": "cs",
"input": "buildModel \"glm\""
},
{
"type": "cs",
"input": "buildModel 'glm', {\"model_id\":\"glm-552808b5-224f-4a4b-b595-b16d4dc34515\",\"training_frame\":\"Mushroom_train\",\"validation_frame\":\"Mushroom_test\",\"ignore_const_cols\":true,\"response_column\":\"C1\",\"family\":\"binomial\",\"solver\":\"IRLSM\",\"alpha\":[1],\"lambda\":[],\"lambda_search\":true,\"nlambdas\":-1,\"standardize\":true,\"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,\"lambda_min_ratio\":-1,\"max_active_predictors\":-1}"
},
{
"type": "cs",
"input": "getModel \"glm-552808b5-224f-4a4b-b595-b16d4dc34515\""
}
]
}