File tree Expand file tree Collapse file tree 31 files changed +31
-32
lines changed Expand file tree Collapse file tree 31 files changed +31
-32
lines changed Original file line number Diff line number Diff line change 17
17
"""
18
18
19
19
# Author: Olivier Grisel <olivier.grisel@ensta.org>
20
- # Lars Buitinck <L.J.Buitinck@uva.nl>
20
+ # Lars Buitinck
21
21
# Chyi-Kwei Yau <chyikwei.yau@gmail.com>
22
22
# License: BSD 3 clause
23
23
Original file line number Diff line number Diff line change 19
19
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
20
20
# Olivier Grisel <olivier.grisel@ensta.org>
21
21
# Mathieu Blondel <mathieu@mblondel.org>
22
- # Lars Buitinck <L.J.Buitinck@uva.nl>
22
+ # Lars Buitinck
23
23
# License: BSD 3 clause
24
24
25
25
from __future__ import print_function
Original file line number Diff line number Diff line change 50
50
"""
51
51
52
52
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
53
- # Lars Buitinck <L.J.Buitinck@uva.nl>
53
+ # Lars Buitinck
54
54
# License: BSD 3 clause
55
55
56
56
from __future__ import print_function
Original file line number Diff line number Diff line change 15
15
for FeatureHasher is to be expected due to hash collisions.
16
16
"""
17
17
18
- # Author: Lars Buitinck <L.J.Buitinck@uva.nl>
18
+ # Author: Lars Buitinck
19
19
# License: BSD 3 clause
20
20
21
21
from __future__ import print_function
Original file line number Diff line number Diff line change 4
4
5
5
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
6
6
# Olivier Grisel <olivier.grisel@ensta.org>
7
- # Lars Buitinck <larsmans@gmail.com>
7
+ # Lars Buitinck
8
8
#
9
9
# Licence: BSD 3 clause
10
10
Original file line number Diff line number Diff line change 1
1
# Optimized inner loop of load_svmlight_file.
2
2
#
3
3
# Authors: Mathieu Blondel <mathieu@mblondel.org>
4
- # Lars Buitinck <L.J.Buitinck@uva.nl>
4
+ # Lars Buitinck
5
5
# Olivier Grisel <olivier.grisel@ensta.org>
6
6
# License: BSD 3 clause
7
7
Original file line number Diff line number Diff line change 10
10
Courtesy of Jock A. Blackard and Colorado State University.
11
11
"""
12
12
13
- # Author: Lars Buitinck <L.J.Buitinck@uva.nl>
13
+ # Author: Lars Buitinck
14
14
# Peter Prettenhofer <peter.prettenhofer@gmail.com>
15
15
# License: BSD 3 clause
16
16
Original file line number Diff line number Diff line change 11
11
"""
12
12
13
13
# Authors: Mathieu Blondel <mathieu@mblondel.org>
<
10000
tr class="diff-line-row">14
- # Lars Buitinck <L.J.Buitinck@uva.nl>
14
+ # Lars Buitinck
15
15
# Olivier Grisel <olivier.grisel@ensta.org>
16
16
# License: BSD 3 clause
17
17
Original file line number Diff line number Diff line change 1
1
""" Non-negative matrix factorization
2
2
"""
3
3
# Author: Vlad Niculae
4
- # Lars Buitinck <L.J.Buitinck@uva.nl>
4
+ # Lars Buitinck
5
5
# Mathieu Blondel <mathieu@mblondel.org>
6
6
# Tom Dupre la Tour
7
7
# Author: Chih-Jen Lin, National Taiwan University (original projected gradient
Original file line number Diff line number Diff line change 1
1
"""Truncated SVD for sparse matrices, aka latent semantic analysis (LSA).
2
2
"""
3
3
4
- # Author: Lars Buitinck <L.J.Buitinck@uva.nl>
4
+ # Author: Lars Buitinck
5
5
# Olivier Grisel <olivier.grisel@ensta.org>
6
6
# Michael Becker <mike@beckerfuffle.com>
7
7
# License: 3-clause BSD.
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
# Authors: Gael Varoquaux <gael dot varoquaux at normalesup dot org>
6
- # Lars Buitinck <L.J.Buitinck@uva.nl>
6
+ # Lars Buitinck
7
7
# Copyright (c) 2010 Gael Varoquaux
8
8
# License: BSD Style, 3 clauses.
9
9
Original file line number Diff line number Diff line change 1
- # Author: Lars Buitinck <L.J.Buitinck@uva.nl>
1
+ # Author: Lars Buitinck
2
2
# License: BSD 3 clause
3
3
4
4
import array
Original file line number Diff line number Diff line change 1
- # Author: Lars Buitinck <L.J.Buitinck@uva.nl>
1
+ # Author: Lars Buitinck
2
2
# License: BSD 3 clause
3
3
4
4
import numbers
Original file line number Diff line number Diff line change 1
- # Authors: Lars Buitinck <L.J.Buitinck@uva.nl>
1
+ # Authors: Lars Buitinck
2
2
# Dan Blanchard <dblanchard@ets.org>
3
3
# License: BSD 3 clause
4
4
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# Authors: Olivier Grisel <olivier.grisel@ensta.org>
3
3
# Mathieu Blondel <mathieu@mblondel.org>
4
- # Lars Buitinck <L.J.Buitinck@uva.nl>
4
+ # Lars Buitinck
5
5
# Robert Layton <robertlayton@gmail.com>
6
6
# Jochen Wersdörfer <jochen@wersdoerfer.de>
7
7
# Roman Sinayev <roman.sinayev@gmail.com>
Original file line number Diff line number Diff line change 1
- # Author: Lars Buitinck <L.J.Buitinck@uva.nl>
1
+ # Author: Lars Buitinck
2
2
# License: 3-clause BSD
3
3
4
4
import numpy as np
Original file line number Diff line number Diff line change 8
8
# Vincent Michel <vincent.michel@inria.fr>
9
9
# Peter Prettenhofer <peter.prettenhofer@gmail.com>
10
10
# Mathieu Blondel <mathieu@mblondel.org>
11
- # Lars Buitinck <L.J.Buitinck@uva.nl>
11
+ # Lars Buitinck
12
12
# Maryan Morel <maryan.morel@polytechnique.edu>
13
13
# Giorgio Patrini <giorgio.patrini@anu.edu.au>
14
14
# License: BSD 3 clause
Original file line number Diff line number Diff line change 7
7
# Olivier Grisel <olivier.grisel@ensta.org>
8
8
# Arnaud Joly <a.joly@ulg.ac.be>
9
9
# Jochen Wersdorfer <jochen@wersdoerfer.de>
10
- # Lars Buitinck <L.J.Buitinck@uva.nl>
10
+ # Lars Buitinck
11
11
# Joel Nothman <joel.nothman@gmail.com>
12
12
# Noel Dawe <noel@dawe.me>
13
13
# License: BSD 3 clause
Original file line number Diff line number Diff line change 12
12
# Olivier Grisel <olivier.grisel@ensta.org>
13
13
# Arnaud Joly <a.joly@ulg.ac.be>
14
14
# Jochen Wersdorfer <jochen@wersdoerfer.de>
15
- # Lars Buitinck <L.J.Buitinck@uva.nl>
15
+ # Lars Buitinck
16
16
# Joel Nothman <joel.nothman@gmail.com>
17
17
# Noel Dawe <noel@dawe.me>
18
18
# Jatin Shah <jatindshah@gmail.com>
Original file line number Diff line number Diff line change 5
5
# Robert Layton <robertlayton@gmail.com>
6
6
# Andreas Mueller <amueller@ais.uni-bonn.de>
7
7
# Philippe Gervais <philippe.gervais@inria.fr>
8
- # Lars Buitinck <larsmans@gmail.com>
8
+ # Lars Buitinck
9
9
# Joel Nothman <joel.nothman@gmail.com>
10
10
# License: BSD 3 clause
11
11
Original file line number Diff line number Diff line change 12
12
# Olivier Grisel <olivier.grisel@ensta.org>
13
13
# Arnaud Joly <a.joly@ulg.ac.be>
14
14
# Jochen Wersdorfer <jochen@wersdoerfer.de>
15
- # Lars Buitinck <L.J.Buitinck@uva.nl>
15
+ # Lars Buitinck
16
16
# Joel Nothman <joel.nothman@gmail.com>
17
17
# Noel Dawe <noel@dawe.me>
18
18
# License: BSD 3 clause
Original file line number Diff line number Diff line change 12
12
# Olivier Grisel <olivier.grisel@ensta.org>
13
13
# Arnaud Joly <a.joly@ulg.ac.be>
14
14
# Jochen Wersdorfer <jochen@wersdoerfer.de>
15
- # Lars Buitinck <L.J.Buitinck@uva.nl>
15
+ # Lars Buitinck
16
16
# Joel Nothman <joel.nothman@gmail.com>
17
17
# Noel Dawe <noel@dawe.me>
18
18
# Manoj Kumar <manojkumarsivaraj334@gmail.com>
Original file line number Diff line number Diff line change 14
14
"""
15
15
16
16
# Authors: Andreas Mueller <amueller@ais.uni-bonn.de>
17
- # Lars Buitinck <L.J.Buitinck@uva.nl>
17
+ # Lars Buitinck
18
18
# Arnaud Joly <arnaud.v.joly@gmail.com>
19
19
# License: Simplified BSD
20
20
Original file line number Diff line number Diff line change 10
10
# Minor fixes by Fabian Pedregosa
11
11
# Amit Aides <amitibo@tx.technion.ac.il>
12
12
# Yehuda Finkelstein <yehudaf@tx.technion.ac.il>
13
- # Lars Buitinck <L.J.Buitinck@uva.nl>
13
+ # Lars Buitinck
14
14
# Jan Hendrik Metzen <jhm@informatik.uni-bremen.de>
15
15
# (parts based on earlier work by Mathieu Blondel)
16
16
#
Original file line number Diff line number Diff line change 2
2
# Authors: Jake Vanderplas <vanderplas@astro.washington.edu>
3
3
# Fabian Pedregosa <fabian.pedregosa@inria.fr>
4
4
# Alexandre Gramfort <alexandre.gramfort@inria.fr>
5
- # Sparseness support by Lars Buitinck <L.J.Buitinck@uva.nl>
5
+ # Sparseness support by Lars Buitinck
6
6
# Multi-output support by Arnaud Joly <a.joly@ulg.ac.be>
7
7
#
8
8
# License: BSD 3 clause (C) INRIA, University of Amsterdam
Original file line number Diff line number Diff line change 3
3
# Authors: Jake Vanderplas <vanderplas@astro.washington.edu>
4
4
# Fabian Pedregosa <fabian.pedregosa@inria.fr>
5
5
# Alexandre Gramfort <alexandre.gramfort@inria.fr>
6
- # Sparseness support by Lars Buitinck <L.J.Buitinck@uva.nl>
6
+ # Sparseness support by Lars Buitinck
7
7
# Multi-output support by Arnaud Joly <a.joly@ulg.ac.be>
8
8
#
9
9
# License: BSD 3 clause (C) INRIA, University of Amsterdam
Original file line number Diff line number Diff line change 3
3
# Authors: Jake Vanderplas <vanderplas@astro.washington.edu>
4
4
# Fabian Pedregosa <fabian.pedregosa@inria.fr>
5
5
# Alexandre Gramfort <alexandre.gramfort@inria.fr>
6
- # Sparseness support by Lars Buitinck <L.J.Buitinck@uva.nl>
6
+ # Sparseness support by Lars Buitinck
7
7
# Multi-output support by Arnaud Joly <a.joly@ulg.ac.be>
8
8
#
9
9
# License: BSD 3 clause (C) INRIA, University of Amsterdam
Original file line number Diff line number Diff line change 7
7
# Brian Holt <bdholt1@gmail.com>
8
8
# Noel Dawe <noel@dawe.me>
9
9
# Satrajit Gosh <satrajit.ghosh@gmail.com>
10
- # Lars Buitinck <L.J.Buitinck@uva.nl>
10
+ # Lars Buitinck
11
11
# Arnaud Joly <arnaud.v.joly@gmail.com>
12
12
# Joel Nothman <joel.nothman@gmail.com>
13
13
# Fares Hedayati <fares.hedayati@gmail.com>
@@ -1021,4 +1021,3 @@ cdef class FriedmanMSE(MSE):
1021
1021
1022
1022
return (diff * diff / (self .weighted_n_left * self .weighted_n_right *
1023
1023
self .weighted_n_node_samples))
1024
-
Original file line number Diff line number Diff line change 7
7
# Brian Holt <bdholt1@gmail.com>
8
8
# Noel Dawe <noel@dawe.me>
9
9
# Satrajit Gosh <satrajit.ghosh@gmail.com>
10
- # Lars Buitinck <L.J.Buitinck@uva.nl>
10
+ # Lars Buitinck
11
11
# Arnaud Joly <arnaud.v.joly@gmail.com>
12
12
# Joel Nothman <joel.nothman@gmail.com>
13
13
# Fares Hedayati <fares.hedayati@gmail.com>
Original file line number Diff line number Diff line change 7
7
# Brian Holt <bdholt1@gmail.com>
8
8
# Noel Dawe <noel@dawe.me>
9
9
# Satrajit Gosh <satrajit.ghosh@gmail.com>
10
- # Lars Buitinck <L.J.Buitinck@uva.nl>
10
+ # Lars Buitinck
11
11
# Arnaud Joly <arnaud.v.joly@gmail.com>
12
12
# Joel Nothman <joel.nothman@gmail.com>
13
13
# Fares Hedayati <fares.hedayati@gmail.com>
Original file line number Diff line number Diff line change 3
3
# cython: wraparound=False
4
4
#
5
5
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
6
- # Lars Buitinck <larsmans@gmail.com>
6
+ # Lars Buitinck
7
7
# Danny Sullivan <dsullivan7@hotmail.com>
8
8
#
9
9
# Licence: BSD 3 clause
You can’t perform that action at this time.
0 commit comments