KNNResult
KNNResult
evo.compute.tasks.geostatistics.knn.KNNResult
Rich result object for the KNN estimation task.
message
A message describing what happened in the task.
target_name
The name of the target object.
target_reference
Reference URL to the target object.
attribute_name
The name of the attribute that was created or updated.
schema
The schema type of the target object (e.g., 'pointset').
get_target_object
Load and return the target geoscience object.
to_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.