Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

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

Compare with Current View Page History

« Previous Version 5 Next »

 

 

This section guides you how to use advanced functions for data modelling. First install the plugin for the modelling platform or format, and then connect it to your content through the Advanced Function feature.

 

Install Plugin

First, you will need to install the plugin to support the modelling output:

 

  1. Download the plugin from Yellowfin’s Marketplace (https://portal.yellowfinbi.com/YFWebsite-Marketplace-77991 ).
  2. Navigate to the Admin Console screen. (Left side menu > Administration > Admin Console.)
  3. Click on Plugin Management under Administration in the right-side panel.



  4. Click on the Add button.
  5. Then drag the plugin in the New Plugin lightbox, or click on the icon to browse and select it.



  6. Enter a name for it, and if required, a brief description.
  7. Then click on the Submit button.



  8. The plugin will appear on the Plugin Management page.

 

 


 

 

PMML and PFA

 Here's how to integrate a PMML or PFA model into your platform.

 

  1. Save your model in either PMML (.xml) or PFA (.json/.yaml) format.
  2. Build a report with data you wish to generate predictions for.
  3. Drag in a new column that is of the same data type as the prediction to be generated. For example, if your model returns a categorical prediction such as gender, you would want to use a text dimension.
  4. Within the column formatting drop-down, click Advanced Function. 



  5. Select the Plugin option from the drop-down and select the feature you wish to use.



  6. Provide the full filepath or URL to the PMML/PFA file and click Load. If the file path has not been correctly specified, you will need to click Reset, adjust the path, and click Load again. 



  7. If Yellowfin is able to load the specified file, detailed configuration options will appear.
  8. First, specify which model output result you would like to generate. This will often be the just the Default Target, but can also include other variables. (PMML only.)



  9. Next, match the input columns required by your model, with the appropriate columns in the Yellowfin report.



  10. Click Save. 
  11. Note: If there was a problem in processing the file, check that you have provided valid columns of the same data type required by the model, or look at the yellowfin.log file for a complete error description.

 

 


 

 

H2O

Follow this procedure to integrate a data model created in H2O.

 

  1. Build a model in H2O.
  2. Build a report with data you wish to generate predictions for.
  3. Drag in a new column that is of the same data type as the prediction to be generated. For example, if your model returns a categorical prediction such as gender, you would want to use a text dimension.
  4. Within the column formatting drop-down, click Advanced Function.



  5. Select the Plugin option from the drop-down and select the feature you wish to use.
  6. Provide the full URL to your H2O instance (for example; http://10.10.1.1:54321) and click Connect.



  7. If Yellowfin is able to connect to this URL, a drop-down menu will appear representing all of the models that are available for prediction. If your model is not currently supported, it will not appear in the list. Select the model you wish to generate predictions from and click Load.



  8. A list of columns will appear representing the specified file’s required input. Match these to columns in your report.



  9. Click on Save.
  10. Note: If there was a problem in generating predictions, check that you have provided valid columns of the same data type required by H2O, or look at the yellowfin.log file for a complete error description.

 

 

 

 

  • No labels