This function checks whether feature columns can be found in the data set. It will raise an error if any feature columns are missing from the data set.
.check_feature_availability(data, feature)
Data set as loaded using the .load_data
function.
Character string(s) indicating one or more features.