-
Notifications
You must be signed in to change notification settings - Fork 2
/
CITATION.cff
41 lines (41 loc) · 1.07 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
# YAML 1.2
---
authors:
-
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Xu
given-names: Haoyin
orcid: "https://orcid.org/0000-0001-8235-4950"
-
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Dey
given-names: Jayanta
-
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Panda
given-names: Sambit
orcid: "https://orcid.org/0000-0001-8455-4243"
-
affiliation: "Johns Hopkins University, Baltimore, MD"
family-names: Vogelstein
given-names: Joshua
orcid: "https://orcid.org/0000-0003-2487-6237"
identifiers:
-
type: url
value: "https://arxiv.org/pdf/2110.08483.pdf"
- type: doi
value: 10.5281/zenodo.5557864
date-released: 2022-3-1
keywords:
- "Streaming Trees"
- "Decision Trees"
- "Machine Learning"
cff-version: "1.2.0"
license: MIT
doi: 10.5281/zenodo.5557864
message: "If you use SDTF, please cite it using these metadata."
repository-code: "https://github.com/neurodata/SDTF"
title: "Streaming Decision Trees & Forests"
version: "0.1.1"
...