While certainly possible, this is not a practical method of recording such data. Suppose the program needed to record 100 scores? 100 variables would be required!
import csv // Parse CSV text to array of arrays let data = csv.parse("name,age\nAlice,30\nBob,25")! // Parse with header row → array of objects let records = csv.parse_records("name,age\nAlice,30\nBob ...
Full support for PMML specification versions 3.0 through 4.2. The evaluation is handled by the [JPMML-Evaluator] (https://github.com/jpmml/jpmml-evaluator) library ...