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

Skip to content
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
2 changes: 0 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# scikit-learn documentation build configuration file, created by
# sphinx-quickstart on Fri Jan 8 09:13:42 2010.
#
Expand Down
1 change: 0 additions & 1 deletion doc/sphinxext/sphinx_issues.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""A Sphinx extension for linking to your project's issue tracker.

Copyright 2014 Steven Loria
Expand Down
1 change: 0 additions & 1 deletion sklearn/cluster/_dbscan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
DBSCAN: Density-Based Spatial Clustering of Applications with Noise
"""
Expand Down
1 change: 0 additions & 1 deletion sklearn/cluster/_optics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Ordering Points To Identify the Clustering Structure (OPTICS)

These routines execute the OPTICS algorithm, and implement various
Expand Down
1 change: 0 additions & 1 deletion sklearn/cluster/_spectral.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Algorithms for spectral clustering"""

# Author: Gael Varoquaux <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion sklearn/feature_extraction/tests/test_text.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from collections.abc import Mapping
import re

Expand Down
1 change: 0 additions & 1 deletion sklearn/feature_extraction/text.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Authors: Olivier Grisel <[email protected]>
# Mathieu Blondel <[email protected]>
# Lars Buitinck
Expand Down
1 change: 0 additions & 1 deletion sklearn/feature_selection/_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Generic feature selection mixin"""

# Authors: G. Varoquaux, A. Gramfort, L. Buitinck, J. Nothman
Expand Down
2 changes: 0 additions & 2 deletions sklearn/gaussian_process/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

# Author: Jan Hendrik Metzen <[email protected]>
# Vincent Dubourg <[email protected]>
# (mostly translation, see implementation details)
Expand Down
2 changes: 0 additions & 2 deletions sklearn/linear_model/_ransac.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

# Author: Johannes Schönberger
#
# License: BSD 3 clause
Expand Down
1 change: 0 additions & 1 deletion sklearn/linear_model/_theil_sen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
A Theil-Sen Estimator for Multiple Linear Regression Model
"""
Expand Down
2 changes: 0 additions & 2 deletions sklearn/metrics/pairwise.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

# Authors: Alexandre Gramfort <[email protected]>
# Mathieu Blondel <[email protected]>
# Robert Layton <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions sklearn/naive_bayes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

"""
The :mod:`sklearn.naive_bayes` module implements Naive Bayes algorithms. These
are supervised learning methods based on applying Bayes' theorem with strong
Expand Down
1 change: 0 additions & 1 deletion sklearn/neighbors/_nca.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
"""
Neighborhood Component Analysis
"""
Expand Down
1 change: 0 additions & 1 deletion sklearn/neighbors/_nearest_centroid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
Nearest Centroid Classification
"""
Expand Down
1 change: 0 additions & 1 deletion sklearn/neighbors/tests/test_nca.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
"""
Testing for Neighborhood Component Analysis module (sklearn.neighbors.nca)
"""
Expand Down
2 changes: 0 additions & 2 deletions sklearn/preprocessing/_discretization.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

# Author: Henry Lin <[email protected]>
# Tom Dupré la Tour

Expand Down
2 changes: 0 additions & 2 deletions sklearn/preprocessing/tests/test_encoders.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import re

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion sklearn/random_projection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf8
"""Random Projection transformers.

Random Projections are a simple and computationally efficient way to
Expand Down