forked from manifoldai/merf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
48 lines (45 loc) · 1.59 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: DumME
message: >-
This is an adaptation of existing software. Please also refer to the original.
type: software
authors:
- given-names: Peter
family-names: Kalverla
email: p.kalverla@esciencecenter.nl
affiliation: Netherland eScience Center
orcid: 'https://orcid.org/0000-0002-5025-7862'
- given-names: Stefan
family-names: Verhoeven
email: s.verhoeven@esciencecenter.nl
affiliation: Netherlands eScience Center
orcid: 'https://orcid.org/0000-0002-5821-2060'
repository-code: 'https://github.com/phenology/dumme'
abstract: >-
This is an adaptation of MERF (https://github.com/manifoldai/merf). The main
difference is that this version is fully compliant with the scikit-learn API.
Other difference include:
- The name: MERF was renamed to the more general MixedEffectsModel
- The default fixed-effects model: dummy model instead of random forest
- The package structure: stripped down to its core and then upgraded to use
modern standards
- Test suite: using pytest instead of unittest
license: MIT
identifiers:
- type: doi
value: 10.5281/zenodo.10588922
description: Latest version of software
references:
- authors:
- family-names: Dey
given-names: Sourav
- family-names: Grover
given-names: Prince
- family-names: Rose
given-names: Stephen Anthony
title: "Mixed Effects Random Forest"
type: software
version: 1.0
repository-code: https://github.com/manifoldai/merf