mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
Added negative binomial likelihood based on symbolic.
This commit is contained in:
parent
292e076a9a
commit
f5b8989ef5
7 changed files with 318 additions and 219 deletions
|
|
@ -331,7 +331,7 @@ def football_data(season='1314', data_set='football_data'):
|
|||
|
||||
# This will be for downloading google trends data.
|
||||
def google_trends(query_terms=['big data', 'machine learning', 'data science'], data_set='google_trends'):
|
||||
"""Data downloaded from Google trends for given query terms."""
|
||||
"""Data downloaded from Google trends for given query terms. Warning, if you use this function multiple times in a row you get blocked due to terms of service violations."""
|
||||
# Inspired by this notebook:
|
||||
# http://nbviewer.ipython.org/github/sahuguet/notebooks/blob/master/GoogleTrends%20meet%20Notebook.ipynb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue