Detail

test_df_io

rjacobs3_wisc/test_df_io
Copy
Python static method

Input

Dataframe containing image with predictions and numerous calculated properties
Type: python object

Output

Dataframe containing image with predictions and numerous calculated properties
Type: python object

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/test_df_io', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/test_df_io')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation