SaveFile

task
Store
subtask
file
host
cheml
function
SaveFile
input tokens (receivers)
df : pandas dataframe
types: (“<class ‘pandas.core.frame.DataFrame’>”,)
output tokens (senders)
filepath : pandas dataframe
types: (“<type ‘str’>”,)
required packages
ChemML, 0.4.1
pandas, 0.20.3
config file view
##
<< host = cheml    << function = SaveFile
<< index = False
<< record_time = False
<< format = csv
<< output_directory = None
<< header = True
<< filename = required_required
>> id df
>> id filepath

Note

The documentation page for function parameters:

SavePlot

task
Store
subtask
figure
host
cheml
function
SavePlot
input tokens (receivers)
fig : a matplotlib object
types: (“<class ‘matplotlib.figure.Figure’>”, “<class ‘matplotlib.axes._subplots.AxesSubplot’>”)
input tokens (receivers)
this block doesn’t send anything
required packages
ChemML, 0.4.1
pandas, 0.20.3
matplotlib, 1.5.1
config file view
##
<< host = cheml    << function = SavePlot
<< format = png
<< output_directory = None
<< kwargs = {}
<< filename = required_required
>> id fig

Note

The documentation page for function parameters: https://matplotlib.org/users/index.html