Skip to content

Commit

Permalink
[MRG] Update URL for species distribution dataset (scikit-learn#8864)
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyak authored and lesteve committed May 11, 2017
1 parent 3132653 commit 1af5a0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
----------
* `"Maximum entropy modeling of species geographic distributions"
<http:https://www.cs.princeton.edu/~schapire/papers/ecolmod.pdf>`_
<http:https://rob.schapire.net/papers/ecolmod.pdf>`_
S. J. Phillips, R. P. Anderson, R. E. Schapire - Ecological Modelling,
190:231-259, 2006.
"""
Expand Down
2 changes: 1 addition & 1 deletion examples/neighbors/plot_species_kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
----------
* `"Maximum entropy modeling of species geographic distributions"
<http:https://www.cs.princeton.edu/~schapire/papers/ecolmod.pdf>`_
<http:https://rob.schapire.net/papers/ecolmod.pdf>`_
S. J. Phillips, R. P. Anderson, R. E. Schapire - Ecological Modelling,
190:231-259, 2006.
"""
Expand Down
6 changes: 3 additions & 3 deletions sklearn/datasets/species_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
References:
* `"Maximum entropy modeling of species geographic distributions"
<http:https://www.cs.princeton.edu/~schapire/papers/ecolmod.pdf>`_
<http:https://rob.schapire.net/papers/ecolmod.pdf>`_
S. J. Phillips, R. P. Anderson, R. E. Schapire - Ecological Modelling,
190:231-259, 2006.
Expand Down Expand Up @@ -55,7 +55,7 @@
from sklearn.datasets.base import _pkl_filepath
from sklearn.externals import joblib

DIRECTORY_URL = "http:https://www.cs.princeton.edu/~schapire/maxent/datasets/"
DIRECTORY_URL = "http:https://biodiversityinformatics.amnh.org/open_source/maxent/"

SAMPLES_URL = DIRECTORY_URL + "samples.zip"
COVERAGES_URL = DIRECTORY_URL + "coverages.zip"
Expand Down Expand Up @@ -195,7 +195,7 @@ def fetch_species_distributions(data_home=None,
----------
* `"Maximum entropy modeling of species geographic distributions"
<http:https://www.cs.princeton.edu/~schapire/papers/ecolmod.pdf>`_
<http:https://rob.schapire.net/papers/ecolmod.pdf>`_
S. J. Phillips, R. P. Anderson, R. E. Schapire - Ecological Modelling,
190:231-259, 2006.
Expand Down

0 comments on commit 1af5a0e

Please sign in to comment.