Skip to content

Commit 711ef06

Browse files
authored
🤚 Update and rename CITATION.md to CITATION.cff
1 parent 9ca1025 commit 711ef06

File tree

2 files changed

+68
-11
lines changed

2 files changed

+68
-11
lines changed

CITATION.cff

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
cff-version: 1.2.0
2+
message: 🤚 if you use this software, please cite it using these metadata.
3+
title: >-
4+
NiaAML: AutoML for classification and regression pipelines
5+
abstract: |
6+
In this paper we present NiaAML, an AutoML framework that we have developed for creating machine learning pipelines and hyperparameter tuning. The composition of machine learning pipelines is presented as an optimization problem that can be solved using various stochastic, population-based, nature-inspired algorithms. Nature-inspired algorithms are powerful tools for solving real-world optimization problems, especially those that are highly complex, nonlinear, and involve large search spaces where traditional algorithms may struggle. They are applied widely in various fields, including robotics, operations research, and bioinformatics. This paper provides a comprehensive overview of the software architecture, and describes the main tasks of NiaAML, including the automatic composition of classification and regression pipelines. The overview is supported by an practical illustrative example.
7+
type: journalArticle
8+
license: All rights reserved
9+
copyright: All rights reserved
10+
database: ScienceDirect
11+
issn: 2352-7110
12+
journal: SoftwareX
13+
pages: 101974
14+
volume: 29
15+
url: https://www.sciencedirect.com/science/article/pii/S2352711024003443
16+
keywords:
17+
- AutoML
18+
- Classification
19+
- Nature-inspired algorithms
20+
- Optimization
21+
authors:
22+
- family-names: Fister
23+
given-names: Iztok
24+
- family-names: Farthofer
25+
given-names: Laurenz A.
26+
- family-names: Pečnik
27+
given-names: Luka
28+
- family-names: Fister
29+
given-names: Iztok
30+
- family-names: Holzinger
31+
given-names: Andreas
32+
editors:
33+
- family-names: Fister
34+
given-names: Iztok
35+
- family-names: Farthofer
36+
given-names: Laurenz A.
37+
- family-names: Pečnik
38+
given-names: Luka
39+
- family-names: Fister
40+
given-names: Iztok
41+
- family-names: Holzinger
42+
given-names: Andreas
43+
recipients:
44+
- family-names: Fister
45+
given-names: Iztok
46+
- family-names: Farthofer
47+
given-names: Laurenz A.
48+
- family-names: Pečnik
49+
given-names: Luka
50+
- family-names: Fister
51+
given-names: Iztok
52+
- family-names: Holzinger
53+
given-names: Andreas
54+
translators:
55+
- family-names: Fister
56+
given-names: Iztok
57+
- family-names: Farthofer
58+
given-names: Laurenz A.
59+
- family-names: Pečnik
60+
given-names: Luka
61+
- family-names: Fister
62+
given-names: Iztok
63+
- family-names: Holzinger
64+
given-names: Andreas
65+
date-published: 2025-02-01
66+
identifiers:
67+
- type: doi
68+
value: 10.1016/j.softx.2024.101974

CITATION.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)