8000 MNT Clean up examples · scikit-learn/scikit-learn@696a125 · GitHub
[go: up one dir, main page]

Skip to content

Commit 696a125

Browse files
MNT Clean up examples
* chmod -x * remove Python shebang from examples: #!/usr/bin/python
1 parent 6b332d9 commit 696a125

27 files changed

+0
-48
lines changed

examples/classification/plot_classifier_comparison.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=====================
64
Classifier comparison

examples/cluster/plot_cluster_iris.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
K-means Clustering

examples/cluster/plot_digits_agglomeration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
Feature agglomeration

examples/cluster/plot_face_compress.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
Vector Quantization Example

examples/compose/plot_compare_reduction.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32
"""
43
=================================================================

examples/compose/plot_digits_pipe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
Pipelining: chaining a PCA and a logistic regression

examples/compose/plot_transformed_target.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
======================================================
64
Effect of transforming the targets in regression model

examples/datasets/plot_digits_last_image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
The Digit Dataset

examples/datasets/plot_iris_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
The Iris Dataset

examples/decomposition/plot_pca_3d.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
3-
42
"""
53
=========================================================
64
Principal components analysis (PCA)

0 commit comments

Comments
 (0)
0