Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CLN Remove encoding declarations: # -*- coding: utf-8 -*- #26467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/sphinxext/doi_role.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
doilinks
~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion examples/classification/plot_classifier_comparison.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=====================
Classifier comparison
Expand Down
1 change: 0 additions & 1 deletion examples/cluster/plot_cluster_iris.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
K-means Clustering
Expand Down
1 change: 0 additions & 1 deletion examples/cluster/plot_color_quantization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
==================================
Color Quantization using K-Means
Expand Down
1 change: 0 additions & 1 deletion examples/cluster/plot_digits_agglomeration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Feature agglomeration
Expand Down
1 change: 0 additions & 1 deletion examples/compose/plot_digits_pipe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Pipelining: chaining a PCA and a logistic regression
Expand Down
1 change: 0 additions & 1 deletion examples/compose/plot_transformed_target.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
======================================================
Effect of transforming the targets in regression model
Expand Down
1 change: 0 additions & 1 deletion examples/datasets/plot_digits_last_image.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
The Digit Dataset
Expand Down
1 change: 0 additions & 1 deletion examples/datasets/plot_iris_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
The Iris Dataset
Expand Down
1 change: 0 additions & 1 deletion examples/decomposition/plot_pca_3d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Principal components analysis (PCA)
Expand Down
1 change: 0 additions & 1 deletion examples/decomposition/plot_pca_iris.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
PCA example with Iris Data-set
Expand Down
1 change: 0 additions & 1 deletion examples/gaussian_process/plot_gpc_isoprobability.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=================================================================
Iso-probability lines for Gaussian Processes classification (GPC)
Expand Down
1 change: 0 additions & 1 deletion examples/linear_model/plot_iris_logistic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Logistic Regression 3-class Classifier
Expand Down
1 change: 0 additions & 1 deletion examples/linear_model/plot_logistic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Logistic function
Expand Down
1 change: 0 additions & 1 deletion examples/linear_model/plot_ols.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Linear Regression Example
Expand Down
1 change: 0 additions & 1 deletion examples/linear_model/plot_ols_3d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Sparsity Example: Fitting only features 1 and 2
Expand Down
1 change: 0 additions & 1 deletion examples/linear_model/plot_ols_ridge_variance.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
Ordinary Least Squares and Ridge Regression Variance
Expand Down
1 change: 0 additions & 1 deletion examples/manifold/plot_manifold_sphere.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=============================================
Manifold Learning methods on a severed sphere
Expand Down
1 change: 0 additions & 1 deletion examples/preprocessing/plot_all_scaling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=============================================================
Compare the effect of different scalers on data with outliers
Expand Down
1 change: 0 additions & 1 deletion examples/preprocessing/plot_discretization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
================================================================
Using KBinsDiscretizer to discretize continuous features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
======================
Feature discretization
Expand Down
1 change: 0 additions & 1 deletion examples/preprocessing/plot_discretization_strategies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
==========================================================
Demonstrating the different strategies of KBinsDiscretizer
Expand Down
1 change: 0 additions & 1 deletion examples/svm/plot_svm_kernels.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
SVM-Kernels
Expand Down
1 change: 0 additions & 1 deletion examples/svm/plot_svm_margin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
=========================================================
SVM Margins Example
Expand Down