All Downloads are FREE. Search and download functionalities are using the official Maven repository.
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.cancel_glm_model_job.flow Maven / Gradle / Ivy
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles"
},
{
"type": "cs",
"input": "importFiles [ \"hdfs://mr-0x6.0xdata.loc/datasets/bestbuy_train.csv\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"hdfs://mr-0x6.0xdata.loc/datasets/bestbuy_train.csv\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"hdfs://mr-0x6.0xdata.loc/datasets/bestbuy_train.csv\"]\n destination_frame: \"bestbuy_train.hex\"\n parse_type: \"CSV\"\n separator: 44\n number_columns: 6\n single_quotes: false\n column_names: [\"user\",\"sku\",\"category\",\"query\",\"click_time\",\"query_time\"]\n column_types: [\"Enum\",\"Numeric\",\"Enum\",\"Enum\",\"Time\",\"Time\"]\n delete_on_done: true\n check_header: 1\n chunk_size: 262144"
},
{
"type": "cs",
"input": "getFrameSummary \"bestbuy_train.hex\""
},
{
"type": "cs",
"input": "assist buildModel, null, training_frame: \"bestbuy_train.hex\""
},
{
"type": "cs",
"input": "buildModel 'glm', {\"model_id\":\"glm-42c1b534-807c-443e-8b16-0ddb1b76c236\",\"training_frame\":\"bestbuy_train.hex\",\"ignore_const_cols\":true,\"response_column\":\"category\",\"family\":\"gaussian\",\"solver\":\"L_BFGS\",\"alpha\":[],\"lambda\":[],\"lambda_search\":false,\"standardize\":true,\"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}"
}
]
}