Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 503 Bytes

File metadata and controls

27 lines (18 loc) · 503 Bytes

rapidminer

Scoring

Class that allows you to use the Real-Time Scoring agent directly on a dataset.

Scoring(self, hostname, endpoint)

Arguments:

  • hostname: Server url (together with the port)
  • endpoint: scoring service endpoint to use

predict

Scoring.predict(self, dataframe)

Calls the Real-Time Scoring agent on the specified dataset and returns the result.

Arguments:

  • dataframe: the pandas DataFrame.

Returns:

  • the result as a pandas DataFrame.