All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.flow.packs.test-small.dl_junit_cars_nice_header.flow Maven / Gradle / Ivy

The newest version!
{
  "version": "1.0.0",
  "cells": [
    
    {
      "type": "cs",
      "input": "importFiles [ \"../smalldata/junit/cars_nice_header.csv\" ]"
    },
    {
      "type": "cs",
      "input": "setupParse paths: [ \"../smalldata/junit/cars_nice_header.csv\" ]"
    },
    {
      "type": "cs",
      "input": "parseFiles\n  paths: [\"../smalldata/junit/cars_nice_header.csv\"]\n  destination_frame: \"cars_nice_header1.hex\"\n  parse_type: \"CSV\"\n  separator: 44\n  number_columns: 8\n  single_quotes: false\n  column_names: [\"name\",\"economy\",\"cylinders\",\"displacement\",\"power\",\"weight\",\"acceleration\",\"year\"]\n  column_types: [\"Enum\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\",\"Numeric\"]\n  delete_on_done: true\n  check_header: 1\n  chunk_size: 4194304"
    },
    {
      "type": "cs",
      "input": "getFrameSummary \"cars_nice_header1.hex\""
    },
    {
      "type": "cs",
      "input": "assist splitFrame, \"cars_nice_header1.hex\""
    },
    {
      "type": "cs",
      "input": "splitFrame \"cars_nice_header1.hex\", [0.2], [\"cars_nice_header_test.hex_0.20\",\"cars_nice_header_train.hex_0.80\"], 123456"
    },
    {
      "type": "cs",
      "input": "buildModel \"deeplearning\""
    },
    {
      "type": "cs",
      "input": "buildModel 'deeplearning', {\"model_id\":\"deeplearning-06ad1e2a-4bb3-498f-a5df-ee48bd4b5c1a\",\"training_frame\":\"cars_nice_header_train.hex_0.80\",\"validation_frame\":\"cars_nice_header_test.hex_0.20\",\"ignored_columns\":[],\"ignore_const_cols\":true,\"response_column\":\"year\",\"activation\":\"Rectifier\",\"hidden\":[200,200],\"epochs\":10,\"variable_importances\":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\":-6216973254295947000,\"rho\":0.99,\"epsilon\":1e-8,\"max_w2\":\"Infinity\",\"initial_weight_distribution\":\"UniformAdaptive\",\"regression_stop\":0.000001,\"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-06ad1e2a-4bb3-498f-a5df-ee48bd4b5c1a\""
    },
    {
      "type": "cs",
      "input": "predict model: \"deeplearning-06ad1e2a-4bb3-498f-a5df-ee48bd4b5c1a\""
    },
    {
      "type": "cs",
      "input": "predict model: \"deeplearning-06ad1e2a-4bb3-498f-a5df-ee48bd4b5c1a\", frame: \"cars_nice_header_test.hex_0.20\", predictions_frame: \"prediction-09e6cbd3-8dda-4137-963e-6f4382895d77\""
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy