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

Docstring change

parent 7b6a8224
No related branches found
No related tags found
1 merge request!37Fix/post processing
Pipeline #52480 failed
......@@ -5,12 +5,10 @@ Collection of postprocessing functions into a class.
"""
import os
import warnings
from itertools import combinations, cycle
import numpy as np
import pandas as pd
from scipy import stats
from sklearn.linear_model import LinearRegression
from sklearn.metrics import r2_score
import matplotlib.pyplot as plt
from matplotlib import ticker
......@@ -19,14 +17,12 @@ from matplotlib.patches import Patch
from bayesvalidrox.surrogate_models.supplementary import root_mean_squared_error
# Load the mplstyle
plt.style.use(os.path.join(os.path.split(__file__)[0], "../", "bayesvalidrox.mplstyle"))
class PostProcessing:
"""
This class provides many helper functions to post-process the trained
meta-model.
This class provides post-processing functions for the trained metamodels.
Parameters
----------
......
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