Skip to content
Snippets Groups Projects
Commit 78f7a22e authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

[docs] Update docstrings for PostProcessing

parent b477a5df
No related branches found
No related tags found
1 merge request!37Fix/post processing
...@@ -228,13 +228,6 @@ class PostProcessing: ...@@ -228,13 +228,6 @@ class PostProcessing:
Exception Exception
When neither n_samples nor samples are provided. When neither n_samples nor samples are provided.
Returns
-------
rmse: dict
Root mean squared error for each output.
valid_error : dict
Validation error for each output.
""" """
# Set the number of samples # Set the number of samples
if n_samples: if n_samples:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment