Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
>>> client.new_trenddetection(
		project_id='2sic33jZTi-ifflvQAVcfw',
		query='hello world',
        name='test name',
        email_user='test@squirro.com',
        aggregation_interval='1w')

...

How to inspect detected Trends?

...