Skip to main content

KNNResult

GitHub source

KNNResult

evo.compute.tasks.geostatistics.knn.KNNResult

Rich result object for the KNN estimation task.

message

message: str

A message describing what happened in the task.

target_name

target_name: str

The name of the target object.

target_reference

target_reference: str

Reference URL to the target object.

attribute_name

attribute_name: str

The name of the attribute that was created or updated.

schema

schema: ObjectSchema

The schema type of the target object (e.g., 'pointset').

get_target_object

get_target_object() -> BaseObject

Load and return the target geoscience object.

to_dataframe

to_dataframe(*columns: str) -> pd.DataFrame

Load the target object and return its data as a DataFrame.

Args: *columns: Optional column names to select.

Raises: TypeError: If the target object type does not support DataFrame export.

Was this page helpful?