Skip to content

Commit

Permalink
Grid search update (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb authored Aug 7, 2020
1 parent b33e5d8 commit a00297a
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PyKrige
.. image:: https://coveralls.io/repos/github/GeoStat-Framework/PyKrige/badge.svg?branch=master
:target: https://coveralls.io/github/GeoStat-Framework/PyKrige?branch=master
.. image:: https://readthedocs.org/projects/pykrige/badge/?version=stable
:target: http://pykrige.readthedocs.io/en/latest/?badge=stable
:target: http://pykrige.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
Expand Down
2 changes: 1 addition & 1 deletion examples/krige_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# "weight": [True, False]
}

estimator = GridSearchCV(Krige(), param_dict3d, verbose=True)
estimator = GridSearchCV(Krige(), param_dict3d, verbose=True, return_train_score=True)

# dummy data
X3 = np.random.randint(0, 400, size=(100, 3)).astype(float)
Expand Down
Loading

0 comments on commit a00297a

Please sign in to comment.