Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

 

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
  • No labels