mmtfPyspark.ml.datasetRegressor module

datasetRegressor.py

Runs regression on a given dataset. Dataset are read as Parquet file. The dataset must contain a feature vector named “features” and a prediction column. The column name of the prediction column must be specified on the command lines.

main(argv)[source]