baybe.utils.dataframeΒΆ
Dataframe utilities.
Functions
|
Add fake measurements to a dataframe which was the result of a recommendation. |
|
Add noise to degenerate rows to make them numerically distinguishable. |
|
Apply uniform noise to the parameter values of a recommendation frame. |
|
Make a decorator for labeling the input/output columns of array-based callables. |
|
Drop dataframe columns with zero variance. |
|
Drop dataframe columns with string values. |
|
Return an uncorrelated set of features. |
|
Filter a dataframe based on a second dataframe defining filtering conditions. |
|
Match row of the right dataframe to the rows of the left dataframe. |
|
Extract the objects relevant for transforming a given dataframe. |
|
Convert a dataframe into a pretty/readable format. |
|
Convert numpy arrays and pandas dataframes to tensors. |