-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevops.bib
More file actions
126 lines (115 loc) · 4.77 KB
/
devops.bib
File metadata and controls
126 lines (115 loc) · 4.77 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@article{10.3389/fninf.2017.00076,
author = {Plesser, Hans E},
doi = {10.3389/fninf.2017.00076},
issn = {1662-5196},
journal = {Frontiers in Neuroinformatics},
pages = {76},
title = {{Reproducibility vs. Replicability: A Brief History of a Confused Terminology}},
url = {https://www.frontiersin.org/article/10.3389/fninf.2017.00076},
volume = {11},
year = {2018}
}
@misc{devops:pillar,
title = {{The Four Pillars of DevOps: Agility for the Enterprise (Agile Cambridge)}},
author = {John Shaw},
howpublished = {\url{https://www.slideshare.net/johnfcshaw/four-pillars-of-devops-john-shaw-agile-cambridge-2014}},
note = {Accessed: 2017-01-10},
year = 2014
}
@inproceedings{DBLP:conf/models/CamillieriPBPRV16,
author = {C{\'{e}}cile Camillieri and
Luca Parisi and
Mireille Blay{-}Fornarino and
Fr{\'{e}}d{\'{e}}ric Precioso and
Michel Riveill and
Jo{\"{e}}l Cancela Vaz},
title = {Towards a Software Product Line for Machine Learning Workflows: Focus
on Supporting Evolution},
booktitle = {Proceedings of the 10th Workshop on Models and Evolution co-located
with {ACM/IEEE} 19th International Conference on Model Driven Engineering
Languages and Systems {(MODELS} 2016), Saint-Malo, France, October
2, 2016.},
pages = {65--70},
year = {2016},
crossref = {DBLP:conf/models/2016me},
url = {http://ceur-ws.org/Vol-1706/paper9.pdf},
timestamp = {Tue, 18 Oct 2016 14:46:31 +0200},
biburl = {http://dblp.org/rec/bib/conf/models/CamillieriPBPRV16},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/models/2016me,
editor = {Tanja Mayerhofer and
Alfonso Pierantonio and
Bernhard Sch{\"{a}}tz and
Dalila Tamzalit},
title = {Proceedings of the 10th Workshop on Models and Evolution co-located
with {ACM/IEEE} 19th International Conference on Model Driven Engineering
Languages and Systems {(MODELS} 2016), Saint-Malo, France, October
2, 2016},
series = {{CEUR} Workshop Proceedings},
volume = {1706},
publisher = {CEUR-WS.org},
year = {2016},
url = {http://ceur-ws.org/Vol-1706},
urn = {urn:nbn:de:0074-1706-4},
timestamp = {Tue, 18 Oct 2016 14:45:30 +0200},
biburl = {http://dblp.org/rec/bib/conf/models/2016me},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/jmlr/DelgadoCBA14,
author = {Manuel Fern{\'{a}}ndez Delgado and
Eva Cernadas and
Sen{\'{e}}n Barro and
Dinani Gomes Amorim},
title = {Do we need hundreds of classifiers to solve real world classification
problems?},
journal = {Journal of Machine Learning Research},
volume = {15},
number = {1},
pages = {3133--3181},
year = {2014},
url = {http://dl.acm.org/citation.cfm?id=2697065},
timestamp = {Thu, 08 Jan 2015 08:28:05 +0100},
biburl = {http://dblp.org/rec/bib/journals/jmlr/DelgadoCBA14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@misc{rockflows,
title = {{The ROCKFlows platform}},
author = {I3S},
howpublished = {\url{http://rockflows.i3s.unice.fr}},
year = 2017
}
@misc{wikipedia,
title = {{DevOps Entry}},
author = {Wikipedia},
howpublished = {\url{https://en.wikipedia.org/wiki/DevOps}},
year = 2017
}
@article{Hall:2009:WDM:1656274.1656278,
author = {Hall, Mark and Frank, Eibe and Holmes, Geoffrey and Pfahringer, Bernhard and Reutemann, Peter and Witten, Ian H.},
title = {{The WEKA Data Mining Software: An Update}},
journal = {SIGKDD Explor. Newsl.},
issue_date = {June 2009},
volume = {11},
number = {1},
month = nov,
year = {2009},
issn = {1931-0145},
pages = {10--18},
numpages = {9},
url = {http://doi.acm.org/10.1145/1656274.1656278},
doi = {10.1145/1656274.1656278},
acmid = {1656278},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Rice1976,
abstract = {Work on NP-hard problems has shown that many instances of these theoretically computationally difficult problems are quite easy. The field has also shown that choosing the right algorithm for the problem can have a profound effect on the time needed to find a solution. However, to date there has been little work showing how to select the right algorithm for solving any particular problem. The paper refers to this as the algorithm selection problem. It describes some of the aspects that make this problem difficult, as well as proposes a technique for addressing it.},
author = {Rice, John R.},
journal = {Advances in Computers},
number = {C},
pages = {65--118},
title = {{The Algorithm Selection Problem}},
volume = {15},
year = {1976}
}