www.flow.packs.test-small.dl_chess.flow Maven / Gradle / Ivy
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles [ \"../smalldata/chess/chess_2x2x1000/test.csv\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/chess/chess_2x2x1000/test.csv\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/chess/chess_2x2x1000/test.csv\"]\n destination_frame: \"test2.hex\"\n parse_type: \"CSV\"\n separator: 44\n number_columns: 3\n single_quotes: false\n column_names: [\"x\",\"y\",\"color\"]\n column_types: [\"Numeric\",\"Numeric\",\"Enum\"]\n delete_on_done: true\n check_header: 1\n chunk_size: 4194304"
},
{
"type": "cs",
"input": "importFiles [ \"../smalldata/chess/chess_2x2x1000/train.csv\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/chess/chess_2x2x1000/train.csv\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/chess/chess_2x2x1000/train.csv\"]\n destination_frame: \"train1.hex\"\n parse_type: \"CSV\"\n separator: 44\n number_columns: 3\n single_quotes: false\n column_names: [\"x\",\"y\",\"color\"]\n column_types: [\"Numeric\",\"Numeric\",\"Enum\"]\n delete_on_done: true\n check_header: 1\n chunk_size: 4194304"
},
{
"type": "cs",
"input": "getFrameSummary \"train1.hex\""
},
{
"type": "cs",
"input": "assist buildModel, null, training_frame: \"train1.hex\""
},
{
"type": "cs",
"input": "buildModel 'deeplearning', {\"model_id\":\"deeplearning-29e62234-854b-408a-91a4-299691c69ea4\",\"training_frame\":\"train1.hex\",\"validation_frame\":\"test2.hex\",\"ignored_columns\":[],\"ignore_const_cols\":true,\"response_column\":\"color\",\"activation\":\"Rectifier\",\"hidden\":[200,200],\"epochs\":10,\"variable_importances\":false,\"balance_classes\":false,\"checkpoint\":\"\",\"use_all_factor_levels\":true,\"train_samples_per_iteration\":-2,\"adaptive_rate\":true,\"input_dropout_ratio\":0,\"l1\":0,\"l2\":0,\"loss\":\"Automatic\",\"score_interval\":5,\"score_training_samples\":10000,\"score_validation_samples\":0,\"score_duty_cycle\":0.1,\"autoencoder\":false,\"overwrite_with_best_model\":true,\"target_ratio_comm_to_comp\":0.02,\"seed\":9059251662568374000,\"rho\":0.99,\"epsilon\":1e-8,\"max_w2\":\"Infinity\",\"initial_weight_distribution\":\"UniformAdaptive\",\"classification_stop\":0,\"score_validation_sampling\":\"Uniform\",\"diagnostics\":true,\"fast_mode\":true,\"force_load_balance\":true,\"single_node_mode\":false,\"shuffle_training_data\":false,\"missing_values_handling\":\"MeanImputation\",\"quiet_mode\":false,\"sparse\":false,\"col_major\":false,\"average_activation\":0,\"sparsity_beta\":0,\"max_categorical_features\":2147483647,\"reproducible\":false,\"export_weights_and_biases\":false}"
},
{
"type": "cs",
"input": "getModel \"deeplearning-29e62234-854b-408a-91a4-299691c69ea4\""
},
{
"type": "cs",
"input": "predict model: \"deeplearning-29e62234-854b-408a-91a4-299691c69ea4\""
},
{
"type": "cs",
"input": "predict model: \"deeplearning-29e62234-854b-408a-91a4-299691c69ea4\", frame: \"test2.hex\", predictions_frame: \"prediction-ec1b6fea-72c8-4286-8c51-f354dd2df484\""
}
]
}