-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
180 lines (163 loc) · 11.5 KB
/
references.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
@article{chawla2002smote,
title={SMOTE: synthetic minority over-sampling technique},
author={Chawla, Nitesh V and Bowyer, Kevin W and Hall, Lawrence O and Kegelmeyer, W Philip},
journal={Journal of artificial intelligence research},
volume={16},
pages={321--357},
year={2002}
}
@misc{dry_bean_602,
title = {{Dry Bean}},
year = {2020},
howpublished = {UCI Machine Learning Repository},
note = {{DOI}: https://doi.org/10.24432/C50S4B}
}
@misc{iris_53,
author = {Fisher, R. A.},
title = {{Iris}},
year = {1936},
howpublished = {UCI Machine Learning Repository},
note = {{DOI}: https://doi.org/10.24432/C56C76}
}
@article{MACKIEWICZ1993303,
title = {Principal components analysis (PCA)},
journal = {Computers & Geosciences},
volume = {19},
number = {3},
pages = {303-342},
year = {1993},
issn = {0098-3004},
author = {Andrzej Maćkiewicz and Waldemar Ratajczak},
keywords = {Principal Components Analysis, Variance-covariance matrix, Coefficients of determination, Eigenvalues, Eigenvectors, Correlation matrix, Bartlett's statistics, FORTRAN 77},
abstract = {Principal Components Analysis (PCA) as a method of multivariate statistics was created before the Second World War. However, the wider application of this method only occurred in the 1960s, during the “Quantitative Revolution” in the Natural and Social Sciences. The main reason for this time-lag was the huge difficulty posed by calculations involving this method. Only with the advent and development of computers did the almost unlimited application of multivariate statistical methods, including principal components, become possible. At the same time, requirements arose for precise numerical methods concerning, among other things, the calculation of eigenvalues and eigenvectors, because the application of principal components to technical problems required absolute accuracy. On the other hand, numerous applications in Social Sciences gave rise to a significant increase in the ability to interpret these nonobservable variables, which is just what the principal components are. In the application of principal components, the problem is not only to do with their formal properties but above all, their empirical origins. The authors considered these two tendencies during the creation of the program for principal components. This program—entitled PCA—accompanies this paper. It analyzes consecutively, matrices of variance-covariance and correlations, and performs the following functions: •- the determination of eigenvalues and eigenvectors of these matrices.•- the testing of principal components.•- the calculation of coefficients of determination between selected components and the initial variables, and the testing of these coefficients,•- the determination of the share of variation of all the initial variables in the variation of particular components,•- construction of a dendrite for the initial set of variables,•- the construction of a dendrite for a selected pattern of the principal components,•- the scatter of the objects studied in a selected coordinate system. Thus, the PCA program performs many more functions especially in testing and graphics, than PCA programs in conventional statistical packages. Included in this paper are a theoretical description of principal components, the basic rules for their interpretation and also statistical testing.}
}
# create citations of OneVsRestClassifier and OneVsOneClassifier from scikit-learn url
@online{scikit-learn_cross_validation,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{Cross-validation: evaluating estimator performance}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/cross_validation.html#cross-validation},
urldate = {2024-09-25}
}
@online{scikit-learn_LDA,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{Linear Discriminant Analysis}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/dev/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysis.html},
urldate = {2024-10-09}
}
# SMOTE citation
@online{scikit-learn_LogisticRegression,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{Logistic Regression}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html},
urldate = {2024-10-09}
}
# LDA scikit learn citation
@online{scikit-learn_OneVsOneClassifier,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{OneVsOneClassifier}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html},
urldate = {2024-10-09}
}
# Logistic Regression scikit learn citation
@online{scikit-learn_OneVsRestClassifier,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{OneVsRestClassifier}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html},
urldate = {2024-10-09}
}
# citation for sklearn API
@inproceedings{sklearn_api,
author = {Lars Buitinck and Gilles Louppe and Mathieu Blondel and
Fabian Pedregosa and Andreas Mueller and Olivier Grisel and
Vlad Niculae and Peter Prettenhofer and Alexandre Gramfort
and Jaques Grobler and Robert Layton and Jake VanderPlas and
Arnaud Joly and Brian Holt and Ga{\"{e}}l Varoquaux},
title = {{API} design for machine learning software: experiences from the scikit-learn
project},
booktitle = {ECML PKDD Workshop: Languages for Data Mining and Machine Learning},
year = {2013},
pages = {108--122},
}
# citation for assign4
# URL citation for scikit-learn clustering algorithms https://scikit-learn.org/1.5/modules/clustering.html
@online{scikit-learn_clustering,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{Clustering}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/1.5/modules/clustering.html},
urldate = {2024-10-09}
}
@article{Higuera2015SelfOrganizingFM,
title={Self-Organizing Feature Maps Identify Proteins Critical to Learning in a Mouse Model of Down Syndrome},
author={Clara Higuera and Katheleen J. Gardiner and Krzysztof J. Cios},
journal={PLoS ONE},
year={2015},
volume={10},
url={https://api.semanticscholar.org/CorpusID:7955336}
}
# Dataset
@misc{mpe_342,
author = {Clara Higuera and Katheleen J. Gardiner and Krzysztof J. Cios},
title = {{Mice Protein Expression}},
year = {2015},
howpublished = {UCI Machine Learning Repository},
}
# Kneedle
@INPROCEEDINGS{kneedle_python,
author={Satopaa, Ville and Albrecht, Jeannie and Irwin, David and Raghavan, Barath},
booktitle={2011 31st International Conference on Distributed Computing Systems Workshops},
title={Finding a "Kneedle" in a Haystack: Detecting Knee Points in System Behavior},
year={2011},
volume={},
number={},
pages={166-171},
keywords={Knee;Noise measurement;Sensitivity;Protocols;Detection algorithms;Accuracy;Algorithm design and analysis;Knee detection;Curvature;System behavior;MapReduce;Congestion control},
doi={10.1109/ICDCSW.2011.20}
}
# Aggoletive Hierarchical Clustering from skicit-learn
@online{scikit-learn_AgglomerativeClustering,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{AgglomerativeClustering}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html},
urldate = {2024-10-09}
}
# QuantileTransformer citation
@online{scikit-learn_QuantileTransformer,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{QuantileTransformer}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html},
urldate = {2024-10-09}
}
# Scikit-learn knnimputer citation
@online{scikit-learn_KNNImputer,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{KNNImputer}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/1.5/modules/generated/sklearn.impute.KNNImputer.html},
urldate = {2024-10-09}
}
# Scikit-learn RobustScaler citation
@online{scikit-learn_RobustScaler,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, É.},
title = {{RobustScaler}},
year = {2013},
howpublished = {scikit-learn: machine learning in Python},
url = {https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html},
urldate = {2024-10-09}
}