mlproject.corr_analysis.dependency_graph#
Functions for evaluating dependencies between feature sets and target variables using RandomForestRegressor and K-Fold cross-validation.
Functions
Computes cross-validated regression metrics (mean ± std) between two feature sets and a target. |
|
Train RandomForestRegressor models to predict each column in Y_targets from X_source using K-Fold cross-validation. |
|
Predict a target from features using KFold cross-validation. |
Classes