Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction 

Spark plugin that trains and predicts the label data based on the Gradient Boosted Tree Classifier.

Use-case

User Stories

  1. User should be able to train the data.

  2. User should be able to classify the test data using the model build while training.

  3. User should be able to provide the list of columns(features) to use for training.

  4. User should be able to provide the list of columns(features) to be used for prediction.

  5. User should be able to provide the column to be used as prediction field while training/regression.

  6. User should be able to specify the maximum depth of the Gradient Boosted tree.

  7. User should be able to specify maximum number of classes.

  8. User should be able to provide the file set name to save the training model.

  9. User should be able to provide the path of the file set.

Example

Conditions

Design

Table of Contents

 

Table of Contents
stylecircle

Checklist

  •  User stories documented 
  •  User stories reviewed 
  •  Design documented 
  •  Design reviewed 
  •  Feature merged 
  •  Examples and guides 
  •  Integration tests 
  •  Documentation for feature 
  •  Short video demonstrating the feature