Skip to main content

NormalScoreResult

GitHub source

NormalScoreResult

evo.compute.tasks.geostatistics.normal_score.NormalScoreResult

Result of a normal-score transform task.

Provides access to the target object and the created/updated attribute.

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

The reference URL to the target object.

attribute_name

attribute_name: str

The name of the attribute that was created/updated.

schema

schema: ObjectSchema

The schema type of the target object.

get_target_object

get_target_object() -> BaseObject

Load and return the target geoscience object.

Returns: The typed geoscience object (e.g., PointSet)

to_dataframe

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

Get the task results as a DataFrame.

Args: columns: Optional column names to include. If omitted, returns all.

Returns: A pandas DataFrame containing the transformed attribute values.

__str__

__str__() -> str

String representation.

Was this page helpful?