-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibreference.bib
1184 lines (1037 loc) · 36.6 KB
/
bibreference.bib
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{kalliamvakou2016depth,
title={An in-depth study of the promises and perils of mining GitHub},
author={Kalliamvakou, Eirini and Gousios, Georgios and Blincoe, Kelly and Singer, Leif and German, Daniel M and Damian, Daniela},
journal={Empirical Software Engineering},
volume={21},
number={5},
pages={2035--2071},
year={2016},
publisher={Springer}
}
@book{asimov50,
author="Issac Asimov",
year=1950,
publishere ="Gnome Press",
title="Foundation"
}
@INPROCEEDINGS{9463120,
author={Tu, Huy and Papadimitriou, George and Kiran, Mariam and Wang, Cong and Mandal, Anirban and Deelman, Ewa and Menzies, Tim},
booktitle={2021 IEEE/ACM 18th International Conference on Mining Software Repositories (MSR)},
title={Mining Workflows for Anomalous Data Transfers},
year={2021},
volume={},
number={},
pages={1-12},
doi={10.1109/MSR52588.2021.00013}}
@misc{stewart19,
title="Personnel communication",
author="K. Stewart",
year=2019
}
@misc{tu2021frugal,
title={FRUGAL: Unlocking SSL for Software Analytics},
author={Huy Tu and Tim Menzies},
year={2021},
eprint={2108.09847},
archivePrefix={arXiv},
primaryClass={cs.SE}
}
@inproceedings{chen2005feature,
title={Feature subset selection can improve software cost estimation accuracy},
author={Chen, Zhihao and Menzies, Tim and Port, Dan and Boehm, Barry},
booktitle={Proceedings of the 2005 workshop on Predictor Models in Software Engineering},
pages={1--6},
year={2005}
}
@misc{xia21,
title="Principles of Project health for Open Source Software",
author="Tianpei Xia",
year=2021
}
@article{foss2003simulation,
title={A simulation study of the model evaluation criterion MMRE},
author={Foss, T. and Stensrud, E. and Kitchenham, B. and Myrtveit, I.},
journal={TSE},
volume={29},
number={11},
pages={985--995},
year={2003},
publisher={IEEE}
}
@article{kitchenham2001accuracy,
title={What accuracy statistics really measure},
author={Kitchenham, B. A. and Pickard, L. M. and MacDonell, S. G. and Shepperd, M. J.},
journal={IEEE Software},
volume={148},
number={3},
pages={81--85},
year={2001},
publisher={IET}
}
@inproceedings{korte2008confidence,
title={Confidence in software cost estimation results based on MMRE and PRED},
author={Korte, M. and Port, D.},
booktitle={PROMISE'08},
pages={63--70},
year={2008}
}
@article{agrawal2018better,
title={Better Software Analytics via" DUO": Data Mining Algorithms Using/Used-by Optimizers},
author={Agrawal, Amritanshu and Menzies, Tim and Minku, Leandro L and Wagner, Markus and Yu, Zhe},
journal={arXiv preprint arXiv:1812.01550},
year={2018}
}
@article{agrawal2019dodge,
title={How to" DODGE" Complex Software Analytics},
author={Agrawal, Amritanshu and Fu, Wei and Chen, Di and Shen, Xipeng and Menzies, Tim},
journal={IEEE Transactions on Software Engineering},
year={2019},
publisher={IEEE}
}
@inproceedings{port2008comparative,
title={Comparative studies of the model evaluation criterion mmre and pred in software cost estimation research},
author={Port, D. and Korte, M.},
booktitle={ESEM'08},
pages={51--60},
year={2008}
}
@article{shepperd2000building,
title={On building prediction systems for software engineers},
author={Shepperd, M. and Cartwright, M. and Kadoda, G.},
journal={EMSE},
volume={5},
number={3},
pages={175--182},
year={2000},
publisher={Springer}
}
@article{stensrud2003further,
title={A further empirical investigation of the relationship of MRE and project size},
author={
Stensrud, E. and Foss, T. and Kitchenham, B. and Myrtveit, I.},
journal={ESE},
volume={8},
number={2},
pages={139--161},
year={2003},
publisher={Springer}
}
@inproceedings{Jorgensen03,
title={A review of software surveys on software effort estimation},
author={Molokken, Kjetil and Jorgensen, Magne},
booktitle={2003 International Symposium on Empirical Software Engineering, 2003. ISESE 2003. Proceedings.},
pages={223--230},
year={2003},
organization={IEEE}
}
@article{shepperd2012evaluating,
title={Evaluating prediction systems in software project estimation},
author={C, M. and MacDonell, S.},
journal={IST},
volume={54},
number={8},
pages={820--827},
year={2012},
publisher={Elsevier}
}
@article{langdon2016exact,
title={Exact mean absolute error of baseline predictor, MARP0},
author={Langdon, W. B. and Dolado, J. and Sarro, F. and Harman, M.},
journal={IST},
volume={73},
pages={16--18},
year={2016},
publisher={Elsevier}
}
@inproceedings{molokken2003review,
title={A review of software surveys on software effort estimation},
author={Molokken, Kjetil and Jorgensen, Magne},
booktitle={Empirical Software Engineering, 2003. ISESE 2003. Proceedings. 2003 International Symposium on},
pages={223--230},
year={2003},
organization={IEEE}
}
@inproceedings{sarro2016multi,
title={Multi-objective software effort estimation},
author={Sarro, F. and Petrozziello, A. and Harman, M.},
booktitle={ICSE},
pages={619--630},
year={2016},
organization={ACM}
}
@article{storn1997differential,
title={Differential evolution--a simple and efficient heuristic for global optimization over cont. spaces},
author={Storn, R. and Price, K.},
journal={JoGO},
volume={11},
number={4},
pages={341--359},
year={1997},
publisher={Springer}
}
@article{rosenthal1994parametric,
title={Parametric measures of effect size},
author={Rosenthal, Robert and Cooper, Harris and Hedges, L},
journal={The handbook of research synthesis},
volume={621},
number={2},
pages={231--244},
year={1994}
}
@article{wu2018ensemble,
title={Ensemble of differential evolution variants},
author={Wu, Guohua and Shen, Xin and Li, Haifeng and Chen, Huangke and Lin, Anping and Suganthan, Ponnuthurai N},
journal={Information Sciences},
volume={423},
pages={172--186},
year={2018},
publisher={Elsevier}
}
@article{das2010differential,
title={Differential evolution: A survey of the state-of-the-art},
author={Das, Swagatam and Suganthan, Ponnuthurai Nagaratnam},
journal={IEEE transactions on evolutionary computation},
volume={15},
number={1},
pages={4--31},
year={2010},
publisher={IEEE}
}
@book{Cohen95, author = {Cohen, Paul R.}, title = {Empirical Methods for Artificial Intelligence}, year = {1995}, isbn = {0262032252}, publisher = {MIT Press}, address = {Cambridge, MA, USA} }
@article{Fu2016TuningFS,
title={Tuning for software analytics: Is it really necessary?},
author={Fu, Wei and Menzies, Tim and Shen, Xipeng},
journal={IST Journal},
year={2016},
volume={76},
pages={135-146}
}
@article{boehm2000cost,
title={Cost estimation with COCOMO II},
author={Boehm, Barry and Abts, Chris and Brown, A Winsor and Chulani, Sunita and Clark, Bradford K and Horowitz, Ellis and Madachy, Ray and Reifer, Donald J and Steece, Bert},
journal={ed: Upper Saddle River, NJ: Prentice-Hall},
year={2000}
}
@article{musa1993operational,
title={Operational profiles in software-reliability engineering},
author={Musa, John D.},
journal={IEEE software},
volume={10},
number={2},
pages={14--32},
year={1993},
publisher={IEEE}
}
@article{jansen2014measuring,
title={Measuring the health of open source software ecosystems: Beyond the scope of project health},
author={Jansen, Slinger},
journal={Information and Software Technology},
volume={56},
number={11},
pages={1508--1519},
year={2014},
publisher={Elsevier}
}
@article{link2018assessing,
title={Assessing open source project health},
author={Link, Georg JP and Germonprez, Matt},
year={2018}
}
@article{wahyudin2007monitoring,
title={Monitoring the “health” status of open source web-engineering projects},
author={Wahyudin, Dindin and Mustofa, Khabib and Schatten, Alexander and Biffl, Stefan and Tjoa, A Min},
journal={International Journal of Web Information Systems},
year={2007},
publisher={Emerald Group Publishing Limited}
}
@inproceedings{manikas2013reviewing,
title={Reviewing the health of software ecosystems-a conceptual framework proposal},
author={Manikas, Konstantinos and Hansen, Klaus Marius},
booktitle={Proceedings of the 5th international workshop on software ecosystems (IWSECO)},
pages={33--44},
year={2013},
organization={Citeseer}
}
@incollection{wynn2007assessing,
title={Assessing the health of an open source ecosystem},
author={Wynn Jr, Donald},
booktitle={Emerging Free and Open Source Software Practices},
pages={238--258},
year={2007},
publisher={IGI Global}
}
@article{crowston2006assessing,
title={Assessing the health of open source communities},
author={Crowston, Kevin and Howison, James},
journal={Computer},
volume={39},
number={5},
pages={89--91},
year={2006},
publisher={IEEE}
}
@inproceedings{han2019characterization,
title={Characterization and Prediction of Popular Projects on GitHub},
author={Han, Junxiao and Deng, Shuiguang and Xia, Xin and Wang, Dongjing and Yin, Jianwei},
booktitle={2019 IEEE 43rd Annual Computer Software and Applications Conference (COMPSAC)},
volume={1},
pages={21--26},
year={2019},
organization={IEEE}
}
@article{liao2019healthy,
title={Healthy or not: A way to predict ecosystem health in Github},
author={Liao, Zhifang and Yi, Mengjie and Wang, Yan and Liu, Shengzong and Liu, Hui and Zhang, Yan and Zhou, Yun},
journal={Symmetry},
volume={11},
number={2},
pages={144},
year={2019},
publisher={Multidisciplinary Digital Publishing Institute}
}
@inproceedings{borges2016understanding,
title={Understanding the factors that impact the popularity of GitHub repositories},
author={Borges, Hudson and Hora, Andre and Valente, Marco Tulio},
booktitle={2016 IEEE International Conference on Software Maintenance and Evolution (ICSME)},
pages={334--344},
year={2016},
organization={IEEE}
}
@article{schouten2010indicators,
title={Indicators for monitoring and improving representativeness of response},
author={Schouten, Barry and Shlomo, Natalie and Skinner, Chris},
year={2010},
publisher={Southampton Statistical Sciences Research Institute, University of Southampton}
}
@incollection{vanLamsweerde2009_requirement,
title={Reasoning about alternative requirements options},
author={van Lamsweerde, Axel},
booktitle={Conceptual Modeling: Foundations and Applications},
pages={380--397},
year={2009},
publisher={Springer}
}
@article{kaplan1996using,
title={Using the Balanced Scorecard as a Strategic Management System},
author={Kaplan, Robert S and Norton, David P},
journal={Harvard Business Review },
year={1996}
}
@article{Parnin17,
title={The top 10 adages in continuous deployment},
author={Parnin, Chris and Helms, Eric and Atlee, Chris and Boughton, Harley and Ghattas, Mark and Glover, Andy and Holman, James and Micco, John and Murphy, Brendan and Savor, Tony and others},
journal={IEEE Software},
volume={34},
number={3},
pages={86--95},
year={2017},
publisher={IEEE}
}
@inproceedings{Hohl18,
title={An assessment model to foster the adoption of agile software product lines in the automotive domain},
author={Hohl, Philipp and Stupperich, Michael and M{\"u}nch, J{\"u}rgen and Schneider, Kurt},
booktitle={2018 IEEE International Conference on Engineering, Technology and Innovation (ICE/ITMC)},
pages={1--9},
year={2018},
organization={IEEE}
}
@inproceedings{santos2016investigating,
title={Investigating the Adoption of Agile Practices in Mobile Application Development.},
author={Santos, Alan R and Kroll, Josiane and Sales, Afonso and Fernandes, Paulo and Wildt, Daniel},
booktitle={ICEIS (1)},
pages={490--497},
year={2016}
}
@article{Paasivaara18,
title={Large-scale agile transformation at Ericsson: a case study},
author={Paasivaara, Maria and Behm, Benjamin and Lassenius, Casper and Hallikainen, Minna},
journal={Empirical Software Engineering},
volume={23},
number={5},
pages={2550--2596},
year={2018},
publisher={Springer}
}
@inproceedings{krishna2018connection,
title={What is the Connection Between Issues, Bugs, and Enhancements?},
author={Krishna, Rahul and Agrawal, Amritanshu and Rahman, Akond and Sobran, Alexander and Menzies, Timothy},
booktitle={2018 IEEE/ACM 40th International Conference on Software Engineering: Software Engineering in Practice Track (ICSE-SEIP)},
pages={306--315},
year={2018},
organization={IEEE}
}
@inproceedings{aggarwal2014co,
title={Co-evolution of project documentation and popularity within GitHub},
author={Aggarwal, Karan and Hindle, Abram and Stroulia, Eleni},
booktitle={Proceedings of the 11th Working Conference on Mining Software Repositories},
pages={360--363},
year={2014}
}
@article{xia2018hyperparameter,
title={Hyperparameter optimization for effort estimation},
author={Xia, Tianpei and Krishna, Rahul and Chen, Jianfeng and Mathew, George and Shen, Xipeng and Menzies, Tim},
journal={arXiv preprint arXiv:1805.00336},
year={2018}
}
@article{fu2016tuning,
title={Tuning for software analytics: Is it really necessary?},
author={Fu, Wei and Menzies, Tim and Shen, Xipeng},
journal={Information and Software Technology},
volume={76},
pages={135--146},
year={2016},
publisher={Elsevier}
}
@inproceedings{feldt2010validity,
title={Validity Threats in Empirical Software Engineering Research-An Initial Survey.},
author={Feldt, Robert and Magazinius, Ana},
booktitle={SEKE},
pages={374--379},
year={2010}
}
@inproceedings{Tantithamthavorn16,
title={Automated parameter optimization of classification techniques for defect prediction models},
author={Tantithamthavorn, Chakkrit and McIntosh, Shane and Hassan, Ahmed E and Matsumoto, Kenichi},
booktitle={Proceedings of the 38th International Conference on Software Engineering},
pages={321--332},
year={2016}
}
@article{chen2017new,
title={A new accuracy measure based on bounded relative error for time series forecasting},
author={Chen, Chao and Twycross, Jamie and Garibaldi, Jonathan M},
journal={PloS one},
volume={12},
number={3},
year={2017},
publisher={Public Library of Science}
}
@article{biedenkapp2018hyperparameter,
title={Hyperparameter Optimization},
author={Biedenkapp, Andre and Eggensperger, Katharina and Elsken, Thomas and Falkner, Stefan and Feurer, Matthias and Gargiani, Matilde and Hutter, Frank and Klein, Aaron and Lindauer, Marius and Loshchilov, Ilya and others},
journal={Artificial Intelligence},
volume={1},
pages={35},
year={2018}
}
@inproceedings{franceschi2017forward,
title={Forward and reverse gradient-based hyperparameter optimization},
author={Franceschi, Luca and Donini, Michele and Frasconi, Paolo and Pontil, Massimiliano},
booktitle={Proceedings of the 34th International Conference on Machine Learning-Volume 70},
pages={1165--1173},
year={2017},
organization={JMLR. org}
}
@inproceedings{agrawal2018betterdata,
title={Is" Better Data" Better Than" Better Data Miners"?},
author={Agrawal, Amritanshu and Menzies, Tim},
booktitle={2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE)},
pages={1050--1061},
year={2018},
organization={IEEE}
}
@inproceedings{bergstra2011algorithms,
title={Algorithms for hyper-parameter optimization},
author={Bergstra, James S and Bardenet, R{\'e}mi and Bengio, Yoshua and K{\'e}gl, Bal{\'a}zs},
booktitle={Advances in neural information processing systems},
pages={2546--2554},
year={2011}
}
@article{fu2016differential,
title={Why is differential evolution better than grid search for tuning defect predictors?},
author={Fu, Wei and Nair, Vivek and Menzies, Tim},
journal={arXiv preprint arXiv:1609.02613},
year={2016}
}
@ARTICLE{nair2017flash,
author={V. Nair and Z. Yu and T. Menzies and N. Siegmund and S. Apel},
journal={IEEE Transactions on Software Engineering},
title={Finding Faster Configurations using FLASH},
year={2018},
volume={},
number={},
pages={1-1},
keywords={Software systems;Optimization;Throughput;Storms;Task analysis;Cloud computing;Performance prediction;Search-based SE;Configuration;Multi-objective optimization;Sequential Model-based Methods},
doi={10.1109/TSE.2018.2870895},
ISSN={0098-5589},
month={},}
@article{Bergstra:2012,
author = {Bergstra, James and Bengio, Yoshua},
title = {Random Search for Hyper-parameter Optimization},
journal = {J. Mach. Learn. Res.},
issue_date = {January 2012},
volume = {13},
number = {1},
month = feb,
year = {2012},
issn = {1532-4435},
pages = {281--305},
numpages = {25},
acmid = {2188395},
publisher = {JMLR.org},
keywords = {deep learning, global optimization, model selection, neural networks, response surface modeling},
}
@article{pelikan1999simple,
title={A simple implementation of the Bayesian optimization algorithm (BOA) in C++(version 1.0)},
author={Pelikan, Martin},
journal={Illigal Report},
volume={99011},
year={1999},
publisher={Citeseer}
}
@article{frazier2018tutorial,
title={A tutorial on Bayesian optimization},
author={Frazier, Peter I},
journal={arXiv preprint arXiv:1807.02811},
year={2018}
}
@article{breiman2001random,
title={Random forests},
author={Breiman, Leo},
journal={Machine learning},
volume={45},
number={1},
pages={5--32},
year={2001},
publisher={Springer}
}
@article{chang2011libsvm,
title={LIBSVM: a library for support vector machines},
author={Chang, Chih-Chung and Lin, Chih-Jen},
journal={ACM transactions on intelligent systems and technology (TIST)},
volume={2},
number={3},
pages={27},
year={2011},
publisher={Acm}
}
@article{shepperd1997estimating,
title={Estimating software project effort using analogies},
author={Shepperd, M. and Schofield, C.},
journal={TSE},
volume={23},
number={11},
pages={736--743},
year={1997},
publisher={IEEE}
}
@book{brieman84,
author="L.Breiman, J. Friedman, R. Olshen, C. Stone",
year="1984",
title="Classification and Regression Trees",
publisher="Wadsworth"
}
@book{freedman2009statistical,
title={Statistical models: theory and practice},
author={Freedman, David A},
year={2009},
publisher={cambridge university press}
}
@misc{zemlin2017,
title={If You Can’t Measure It, You Can’t Improve It.
https://www.linux.com/news/if-you-cant-measure-it-you-cant-improve-it-chaoss-project-creates- tools-analyze-software/},
year={2017},
author={Zemlin, J.},
}
@article{munaiah2017curating,
title={Curating GitHub for engineered software projects},
author={Munaiah, Nuthan and Kroh, Steven and Cabrey, Craig and Nagappan, Meiyappan},
journal={Empirical Software Engineering},
volume={22},
number={6},
pages={3219--3253},
year={2017},
publisher={Springer}
}
@inproceedings{gousios2012ghtorrent,
title={GHTorrent: GitHub's data from a firehose},
author={Gousios, Georgios and Spinellis, Diomidis},
booktitle={2012 9th IEEE Working Conference on Mining Software Repositories (MSR)},
pages={12--21},
year={2012},
organization={IEEE}
}
@inproceedings{kalliamvakou2014promises,
title={The promises and perils of mining GitHub},
author={Kalliamvakou, Eirini and Gousios, Georgios and Blincoe, Kelly and Singer, Leif and German, Daniel M and Damian, Daniela},
booktitle={Proceedings of the 11th working conference on mining software repositories},
pages={92--101},
year={2014}
}
@inproceedings{kikas2016using,
title={Using dynamic and contextual features to predict issue lifetime in GitHub projects},
author={Kikas, Riivo and Dumas, Marlon and Pfahl, Dietmar},
booktitle={2016 IEEE/ACM 13th Working Conference on Mining Software Repositories (MSR)},
pages={291--302},
year={2016},
organization={IEEE}
}
@inproceedings{borges2016predicting,
title={Predicting the popularity of GitHub repositories},
author={Borges, Hudson and Hora, Andre and Valente, Marco Tulio},
booktitle={Proceedings of the The 12th International Conference on Predictive Models and Data Analytics in Software Engineering},
pages={1--10},
year={2016}
}
@inproceedings{weber2014makes,
title={What makes an open source code popular on git hub?},
author={Weber, Simon and Luo, Jiebo},
booktitle={2014 IEEE International Conference on Data Mining Workshop},
pages={851--855},
year={2014},
organization={IEEE}
}
@article{qi2017software,
title={Software effort estimation based on open source projects: Case study of Github},
author={Qi, Fumin and Jing, Xiao-Yuan and Zhu, Xiaoke and Xie, Xiaoyuan and Xu, Baowen and Ying, Shi},
journal={Information and Software Technology},
volume={92},
pages={145--157},
year={2017},
publisher={Elsevier}
}
@article{bao2019large,
title={A large scale study of long-time contributor prediction for GitHub projects},
author={Bao, Lingfeng and Xia, Xin and Lo, David and Murphy, Gail C},
journal={IEEE Transactions on Software Engineering},
year={2019},
publisher={IEEE}
}
@article{jarczyk2018surgical,
title={Surgical teams on GitHub: Modeling performance of GitHub project development processes},
author={Jarczyk, Oskar and Jaroszewicz, Szymon and Wierzbicki, Adam and Pawlak, Kamil and Jankowski-Lorek, Michal},
journal={Information and Software Technology},
volume={100},
pages={32--46},
year={2018},
publisher={Elsevier}
}
@inproceedings{coelho2018identifying,
title={Identifying unmaintained projects in github},
author={Coelho, Jailton and Valente, Marco Tulio and Silva, Luciana L and Shihab, Emad},
booktitle={Proceedings of the 12th ACM/IEEE International Symposium on Empirical Software Engineering and Measurement},
pages={1--10},
year={2018}
}
@article{coelho2020github,
title={Is this GitHub project maintained? Measuring the level of maintenance activity of open-source projects},
author={Coelho, Jailton and Valente, Marco Tulio and Milen, Luciano and Silva, Luciana L},
journal={Information and Software Technology},
volume={122},
year={2020},
publisher={Elsevier}
}
@article{yu2016reviewer,
title={Reviewer recommendation for pull-requests in github: What can we learn from code review and bug assignment?},
author={Yu, Yue and Wang, Huaimin and Yin, Gang and Wang, Tao},
journal={Information and Software Technology},
volume={74},
pages={204--218},
year={2016},
publisher={Elsevier}
}
@article{SarroTOSEM2018,
author={Sarro, Federica and Petrozziello, Alessio},
title = {Linear Programming as a Baseline for Software Effort Estimation},
journal = {ACM Transactions on Software Engineering and Methodology (TOSEM)},
year = {2018}
}
@article{xia2019sequential,
title={Sequential Model Optimization for Software Process Control},
author={Xia, Tianpei and Chen, Jianfeng and Shu, Rui and Menzies, Tim},
journal={arXiv preprint arXiv:1912.04189},
year={2019}
}
@article{Whigham:2015,
author = {Whigham, P. A. and Owen, C. A. and Macdonell, S. G.},
title = {A Baseline Model for Software Effort Estimation},
journal = {TOSEM},
issue_date = {May 2015},
volume = {24},
number = {3},
month = may,
year = {2015},
issn = {1049-331X},
pages = {20:1--20:11},
articleno = {20},
numpages = {11},
doi = {10.1145/2738037},
acmid = {2738037},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Baseline model, transformed linear model},
}
@article{das2016recent,
title={Recent advances in differential evolution--an updated survey},
author={Das, Swagatam and Mullick, Sankha Subhra and Suganthan, Ponnuthurai N},
journal={Swarm and Evolutionary Computation},
volume={27},
pages={1--30},
year={2016},
publisher={Elsevier}
}
@book{witten11, author = {Witten, Ian H. and Frank, Eibe and Hall, Mark A.}, title = {Data Mining: Practical Machine Learning Tools and Techniques}, year = {2011}, isbn = {0123748569}, publisher = {Morgan Kaufmann Publishers Inc.}, address = {San Francisco, CA, USA}, edition = {3rd} }
@inproceedings{arcuri2011practical,
title={A practical guide for using statistical tests to assess randomized algorithms in software engineering},
author={Arcuri, Andrea and Briand, Lionel},
booktitle={2011 33rd International Conference on Software Engineering (ICSE)},
pages={1--10},
year={2011},
organization={IEEE}
}
@article{mittas2012ranking,
title={Ranking and clustering software cost estimation models through a multiple comparisons algorithm},
author={Mittas, Nikolaos and Angelis, Lefteris},
journal={IEEE Transactions on software engineering},
volume={39},
number={4},
pages={537--551},
year={2012},
publisher={IEEE}
}
@article{kampenes2007systematic,
title={A systematic review of effect size in software engineering experiments},
author={Kampenes, Vigdis By and Dyb{\aa}, Tore and Hannay, Jo E and Sj{\o}berg, Dag IK},
journal={Information and Software Technology},
volume={49},
number={11-12},
pages={1073--1086},
year={2007},
publisher={Elsevier}
}
@article{alexander2002working,
title={Working for free? Motivations for participating in open-source projects},
author={Alexander Hars, Shaosong Ou},
journal={International Journal of Electronic Commerce},
volume={6},
number={3},
pages={25--39},
year={2002},
publisher={Taylor \& Francis}
}
@inproceedings{llanos2012differences,
title={Differences between traditional and open source development activities},
author={Llanos, John Wilmar Castro and Castillo, Silvia Teresita Acu{\~n}a},
booktitle={International Conference on Product Focused Software Process Improvement},
pages={131--144},
year={2012},
organization={Springer}
}
@article{shin2013can,
title={Can traditional fault prediction models be used for vulnerability prediction?},
author={Shin, Yonghee and Williams, Laurie},
journal={Empirical Software Engineering},
volume={18},
number={1},
pages={25--59},
year={2013},
publisher={Springer}
}
@inproceedings{gousios2014dataset,
title={A dataset for pull-based development research},
author={Gousios, Georgios and Zaidman, Andy},
booktitle={Proceedings of the 11th Working Conference on Mining Software Repositories},
pages={368--371},
year={2014}
}
@inproceedings{bidoki2018cross,
title={A Cross-Repository Model for Predicting Popularity in GitHub},
author={Bidoki, Neda Hajiakhoond and Sukthankar, Gita and Keathley, Heather and Garibay, Ivan},
booktitle={2018 International Conference on Computational Science and Computational Intelligence (CSCI)},
pages={1248--1253},
year={2018},
organization={IEEE}
}
@inproceedings{wang2018will,
title={Who Will Become a Long-Term Contributor? A Prediction Model based on the Early Phase Behaviors},
author={Wang, Tao and Zhang, Yang and Yin, Gang and Yu, Yue and Wang, Huaimin},
booktitle={Proceedings of the Tenth Asia-Pacific Symposium on Internetware},
pages={1--10},
year={2018}
}
@inproceedings{chen2014predicting,
title={Predicting the number of forks for open source software project},
author={Chen, Fangwei and Li, Lei and Jiang, Jing and Zhang, Li},
booktitle={Proceedings of the 2014 3rd International Workshop on Evidential Assessment of Software Technologies},
pages={40--47},
year={2014}
}
@article{pedregosa2011scikit,
title={Scikit-learn: Machine learning in Python},
author={Pedregosa, Fabian and Varoquaux, Ga{\"e}l and Gramfort, Alexandre and Michel, Vincent and Thirion, Bertrand and Grisel, Olivier and Blondel, Mathieu and Prettenhofer, Peter and Weiss, Ron and Dubourg, Vincent and others},
journal={the Journal of machine Learning research},
volume={12},
pages={2825--2830},
year={2011},
publisher={JMLR. org}
}
@misc{chaoss,
title={Community Health Analytics Open Source Software
https://chaoss.community/},
year={2020},
author={Linux Foundation},
}
@misc{linuxkernel,
title={Linux Kernel Development Best Practices
https://tiny.cc/kernelpractices},
year={2018},
author={Linux Foundation},
}
@misc{linuxprojects,
title={Linux Foundation Projects
https://www.linuxfoundation.org/projects/directory/},
year={2020},
author={Linux Foundation},
}
@misc{apacheprojects,
title={Apache Software Foundation Projects
https://projects.apache.org/projects.html},
year={2018},
author={Apache Software Foundation},
}
@ARTICLE{Mittas13,
author={N. Mittas and L. Angelis},
journal={IEEE Trans SE},
title={Ranking and Clustering Software Cost Estimation Models through a Multiple Comparisons Algorithm},
year={2013},
volume={39},
number={4},
pages={537-551},
keywords={Accuracy;Clustering algorithms;Estimation;Measurement uncertainty;Prediction algorithms;Predictive models;Systematics;Cost estimation;management;metrics/measurement;statistical methods},
doi={10.1109/TSE.2012.45},
ISSN={0098-5589},
month={April},
}
@article{menzies2006selecting,
title={Selecting best practices for effort estimation},
author={Menzies, Tim and Chen, Zhihao and Hihn, Jairus and Lum, Karen},
journal={IEEE Transactions on Software Engineering},
volume={32},
number={11},
pages={883--895},
year={2006},
publisher={IEEE}
}
@book{efron93,
author={Efron, B. and Tibshirani, J.},
year={1993},
title={Introduction to bootstrap},
publisher={Chapman \& Hall}
}
@article{MenziesNeg:2017,
author = {Menzies, T. and Yang, Y. and Mathew, G. and Boehm, B.W. and Hihn, J.},
title = {Negative Results for Software Effort Estimation},
journal = {ESE},
year = {2017},
volume = {22},
number = {5},
issn = {1382-3256},
pages = {2658--2683},
numpages = {26},
doi = {10.1007/s10664-016-9472-2},
acmid = {3135896},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {A12, Bootstrap sampling, CART, COCOMO, Clustering, Effect size, Effort estimation, Feature selection, Nearest neighbor, Prototype generation},
}
@article{xia2020sequential,
title={Sequential Model Optimization for Software Effort Estimation},
author={Xia, Tianpei and Shu, Rui and Shen, Xipeng and Menzies, Tim},
journal={IEEE Transactions on Software Engineering},
year={2020},
publisher={IEEE}
}
@inproceedings{panichella2013effectively,
title={How to effectively use topic models for software engineering tasks? an approach based on genetic algorithms},
author={Panichella, Annibale and Dit, Bogdan and Oliveto, Rocco and Di Penta, Massimilano and Poshynanyk, Denys and De Lucia, Andrea},
booktitle={2013 35th International Conference on Software Engineering (ICSE)},
pages={522--531},
year={2013},
organization={IEEE}
}
@inproceedings{hess2004robust,
title={Robust confidence intervals for effect sizes: A comparative study of Cohen’sd and Cliff’s delta under non-normality and heterogeneous variances},
author={Hess, Melinda R and Kromrey, Jeffrey D},
booktitle={annual meeting of the American Educational Research Association},
pages={1--30},
year={2004}
}
@article{macbeth2011cliff,
title={Cliff's Delta Calculator: A non-parametric effect size program for two groups of observations},
author={Macbeth, Guillermo and Razumiejczyk, Eugenia and Ledesma, Rub{\'e}n Daniel},
journal={Universitas Psychologica},
volume={10},
number={2},
pages={545--555},
year={2011},
publisher={Pontificia Universidad Javeriana}
}
@inproceedings{nagy2010bayesian,
title={A bayesian based method for agile software development release planning and project health monitoring},
author={Nagy, Ahmed and Njima, Mercy and Mkrtchyan, Lusine},
booktitle={2010 International Conference on Intelligent Networking and Collaborative Systems},
pages={192--199},