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

Skip to content

Commit ba20b7c

Browse files
committed
missing files
1 parent ea6ef6e commit ba20b7c

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

sklearn/metrics/_pairwise_fast.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#cython: boundscheck=False
2-
#cython: cdivision=True
3-
#cython: wraparound=False
4-
#
51
# Author: Andreas Mueller <[email protected]>
62
# Lars Buitinck
73
# Paolo Toccaceli

sklearn/neighbors/_ball_tree.pyx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
#!python
2-
#cython: boundscheck=False
3-
#cython: wraparound=False
4-
#cython: cdivision=True
5-
#cython: initializedcheck=False
6-
71
# Author: Jake Vanderplas <[email protected]>
82
# License: BSD 3 clause
93

sklearn/neighbors/_kd_tree.pyx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
#!python
2-
#cython: boundscheck=False
3-
#cython: wraparound=False
4-
#cython: cdivision=True
5-
#cython: initializedcheck=False
6-
71
# By Jake Vanderplas (2013) <[email protected]>
82
# written for the scikit-learn project
93
# License: BSD

sklearn/utils/_logistic_sigmoid.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#cython: boundscheck=False
2-
#cython: cdivision=True
3-
#cython: wraparound=False
4-
51
from libc.math cimport log, exp
62

73
import numpy as np

0 commit comments

Comments
 (0)