GridRunStats

GridRunStats

Manages the statistics for all trained and tested models. Writew the final report to the log and/or CSV.

Constructor

new GridRunStats()

Creates an instance of GridRunStats.
Source:

Methods

AddIterationResult(iterationResult)

Stores all information about a single model, both config and results.
Parameters:
Name Type Description
iterationResult IterationResult The info package.
Source:

WriteCSV() → {string}

Creates a table of text in Comma Separated Value format, ideal for import via spreadsheet software.
Returns:
Type
string
Source:

WriteReport(sortByScore) → {string}

Creates a block of text intended for the console. The performance and config of each model is listed, optionally sorted by score.
Parameters:
Name Type Description
sortByScore boolean List models with the highest scores first.
Returns:
Type
string
Source: