From 58b873137642bc196e429268a33adb9cf084db07 Mon Sep 17 00:00:00 2001 From: Cesaire Joris Kuete Fouodo Date: Sat, 29 Jun 2024 09:32:21 +0200 Subject: [PATCH] Add github check --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6dfeef..917f8cd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ### fuseMLR Cesaire J. K. Fouodo -### Introduction -This R package offers a unique approach to integrating multiple machine-learning models. Users can train various machine learning models on different data entities, each representing distinct data collection layers. These models are combined into a single meta-learner using a meta-learner framework. When making predictions for new data, the package leverages predictions from each layer, aggregating them to produce a final prediction. - [![R-CMD-check](https://github.com/imbs-hl/fuseMLR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/imbs-hl/fuseMLR/actions/workflows/R-CMD-check.yaml) +### Introduction +This R package offers a unique approach to integrating multiple machine-learning models. Users can train various machine learning models on different data entities, each representing distinct data collection layers. These models are combined into a single meta-learner using a meta-learner framework. When making predictions for new data, the package leverages predictions from each layer, aggregating them to produce a final prediction. + ### Installation Installation from Github: ```R