watex.methods.electrical.ResistivityProfiling.summary#

ResistivityProfiling.summary(keep_params=False, return_table=False)[source]#

Summarize the most import parameters for prediction purpose.

Parameters
  • keep_params (bool, default=False,) – If keep_params is set to True. Method should output only the main important params for prediction purpose. Otherwise, returns all main DC-resistivity attributes

  • return_tables (bool, default=False,) – Returns attributes of parameters in a pandas dataframe.

Returns

self or table_ – Returns DC- profiling object or dataframe.

Return type

ResistivityProfiling or class:pd.DataFrame