Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haghish committed May 8, 2023
1 parent e4dd257 commit 5e629be
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
Package: autoEnsemble
Type: Package
Title: An AutoML Algorithm for Building Homogeneous or Heterogeneous Stacked
Ensemble Models by Searching for Diverse Base-Learners
Title: Automated Stacked Ensemble Classifier for Severe Class Imbalance
Version: 0.2
Authors@R:
person("E. F. Haghish",
role = c("aut", "cre", "cph"),
email = "haghish@uio.no")
Depends:
R (>= 3.5.0),
Description: An automated machine learning algorithm (AutoML) is designed to
create homogeneous or heterogeneous stacked ensemble models from
the given base-learners. In doing so, different criteria are used
to identify the best models, which increase the diversity among the
selected models, leading to stronger stacked ensemble models. next,
the model is optimized for a combination of diverse models, gradually
increasing in including number of top-performing models. Currently, only
'h2o.ai' models are supported.
Description: An AutoML algorithm is developed to construct homogeneous or
heterogeneous stacked ensemble models using specified base-learners.
Various criteria are employed to identify optimal models, enhancing
diversity among them and resulting in more robust stacked ensembles.
The algorithm optimizes the model by incorporating an increasing
number of top-performing models to create a diverse combination.
Presently, only models from 'h2o.ai' are supported.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
Expand Down

0 comments on commit 5e629be

Please sign in to comment.