Skip to content

Getting Started

For docker (recommended), follow installation steps from Quick start guide.

Unable to display PDF, click here to download it.

Refer to detailed installation guide if you choose to use Kubernetes or refer to detailed Installation & Setup guide.

Open http://localhost:3000

aivf2-0

For generating reports, there are 4 steps needed:

  1. Upload Dataset
  2. Upload model
  3. Run tests and save results
  4. Generate report

Upload Dataset

Download sample_bc_credit_data.sav from this folder to your local file system. To prepare data for your own use case follow the detailed guide here.

From Homepage, click on "Manage" aivf2-0-manage

Click on "Data"

aivf2-0-manage-data

Click on "Upload Dataset"

aivf2-0-manage-data-upload

Drag & Drop the dataset or choose from your local file system.

aivf2-0-manage-data-upload-file

Click on “Confirm Dataset” to upload the dataset onto the portal.

aivf2-0-manage-data-confirm

Upload model

Download sample_bc_credit_sklearn_linear.LogisticRegression.sav from this folder to your local file system. To prepare model for your own use case follow the detailed guide here.

From Homepage, click on “Manage”

aivf2-0-manage

Click on "Models"

aivf2-0-manage-models

Click on "Upload Model"

aivf2-0-manage-models-upload

Click on "Upload AI Model"”" – if you have one model file or choose "Upload Pipeline" to choose with data processing pipeline.

aivf2-0-manage-models-upload-model

Choose the model file from local file system, select model type (Regression/Classification) based on your use case and click on "Upload File(s)"

aivf2-0-manage-models-upload-model-files

You will receive a confirmation after model file is uploaded successfully onto the portal.

aivf2-0-model-success

Run tests and save results

If you want to run an "Explainability" test - example Accumulated Local Effects (ALE),

From Homepage, click on “Manage”

aivf2-0-manage

Click on "Test Results"

aivf2-0-manage-test

Click on "Run New Tests"

aivf2-0-manage-test-run

Select

  • Algorithm => aiverify_accumulated_local_effect
  • Model => sample_bc_credit_sklearn_linear.LogisticRegression.sav (saved in previous step)
  • Test Dataset => sample_bc_credit_data.sav (saved in previous step)

aivf2-0-manage-test-run-new

Click on "Run Test"

aivf2-0-manage-test-success

You will have the result of the test saved that can be used during report generation.

Generate Report

Click on "Create New Project"

aivf2-0-create-project

Fill in the project name, description, report title and company name.

aivf2-0-create-project-new

Select "Create New Report Template"

aivf2-0-create-project-new-template

Under "Accumulated Local Effects" section drag and drop the widgets into the canvas.

aivf2-0-create-report-ale

Note that this highlights a "Test" icon on the right – indicating the results of the test is needed for generating the report. Click "Next".

Choose the model and test results saved earlier and click "Next".

aivf2-0-report-select-model

This would generate a new report with selected sections.

aivf2-0-generate-report-save

You can either save this as a template or export as a PDF based on your needs.