Sklearn Model Save To S3¶
This node saves the Sklearn model generated at the specified path in S3 in pickle format.
Input¶
It takes in a Model and DataFrame as input.
Output¶
The incoming dataframe is passed to the output.
Type¶
ml-modelsave
Class¶
fire.nodes.sklearn.NodeSklearnModelSaveToS3