www.flow.packs.test-small.dl_junit_arff_iris_weirdsep2.flow Maven / Gradle / Ivy
The newest version!
{
"version": "1.0.0",
"cells": [
{
"type": "cs",
"input": "importFiles [ \"../smalldata/junit/arff/iris_weirdsep2.arff\" ]"
},
{
"type": "cs",
"input": "setupParse paths: [ \"../smalldata/junit/arff/iris_weirdsep2.arff\" ]"
},
{
"type": "cs",
"input": "parseFiles\n paths: [\"../smalldata/junit/arff/iris_weirdsep2.arff\"]\n destination_frame: \"iris_weirdsep2.hex\"\n parse_type: \"ARFF\"\n separator: 9\n number_columns: 5\n single_quotes: false\n column_names: [\"sepal_len\",\"sepal_wid\",\"petal_len\",\"petal_wid\",\"class\"]\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_weirdsep2.hex\""
},
{
"type": "cs",
"input": "assist splitFrame, \"iris_weirdsep2.hex\""
},
{
"type": "cs",
"input": "splitFrame \"iris_weirdsep2.hex\", [0.25], [\"iris_weirdsep2_test\",\"iris_weirdsep2_train\"], 123456"
},
{
"type": "cs",
"input": "buildModel \"deeplearning\""
},
{
"type": "cs",
"input": "buildModel 'deeplearning', {\"model_id\":\"deeplearning-48082cdd-01fa-43dd-81e3-7b71b6482151\",\"training_frame\":\"iris_weirdsep2_train\",\"validation_frame\":\"iris_weirdsep2_test\",\"ignore_const_cols\":true,\"response_column\":\"class\",\"activation\":\"Tanh\",\"hidden\":[50,50],\"epochs\":\"0.1\",\"variable_importances\":false,\"balance_classes\":false,\"max_confusion_matrix_size\":20,\"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\":9076597962480910000,\"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-48082cdd-01fa-43dd-81e3-7b71b6482151\""
},
{
"type": "cs",
"input": "predict model: \"deeplearning-48082cdd-01fa-43dd-81e3-7b71b6482151\""
},
{
"type": "cs",
"input": "predict model: \"deeplearning-48082cdd-01fa-43dd-81e3-7b71b6482151\", frame: \"iris_weirdsep2_test\", predictions_frame: \"prediction-3483836e-ea63-4be9-861b-dc2b4c12a54c\""
}
]
}