View source: R/Probability_parameter.R
| train_parameter_model | R Documentation |
Trains machine learning models to predict optimal parameters based on dataset characteristics.
train_parameter_model(
training_data,
method = "ensemble",
n_models = 3,
verbose = TRUE
)
training_data |
Data frame with features and target parameters |
method |
Machine learning method to use |
n_models |
Number of models for ensemble learning |
verbose |
Whether to print training progress |
List containing trained model and performance metrics
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression(),
calculate_expression_skewness(),
calculate_probability(),
estimate_batch_effect(),
extract_dataset_features(),
generate_training_data(),
postprocess_parameters(),
predict_optimal_parameters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.