Main function used to run TensorFlow in pipeline. See demos for usage
Usage
rflowPipeline(eval_metric, test_percent, ...)
Arguments
eval_metric
Evaluation metric to be used, e.g. accuracy_score, mean_squared_error. A list can be found here: http://scikit-learn.org/stable/modules/classes.html#sklearn-metrics-metrics
...
Additional transformations can be passed here, such as custom model. See demos