Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop v3 0 0 RC #332

Merged
merged 268 commits into from
Sep 25, 2019
Merged

Develop v3 0 0 RC #332

merged 268 commits into from
Sep 25, 2019

Conversation

IanGrimstead
Copy link
Contributor

No description provided.

Michael Hodge and others added 30 commits March 15, 2019 12:20
# Conflicts:
#	pygrams.py
#	scripts/algorithms/emergence.py
#	scripts/pipeline.py
#	scripts/utils/utils.py
Refined introduction section
Michael Hodge and others added 9 commits August 27, 2019 15:36
state space model resolves #308 #255
* Refactoring for readability
* Corrected issue with calculation of Porter (was using head not tail of dataset)
* cache state-space data!

* two-stage grid search

* Corrected test with duplicated args (good spot...)
Now copes if min/max time series dates are not defined

* If smoothing not requested, ensure None is returned for smoothed dictionary
* #319 updated code and tests to reflect new cache usage
* #321 added stopwords to test folder for test specific variant

* #319 consistent cmd line args, GloVe can now be placed anywhere
* #315 clamp smoothed values at 0
* cast smoothed data back to lists (from numpy arrays) for consistency
* command line args now restricted to available smoothing and emergence
* added simple test for holt-winters to confirm -ve values not handled
* mpq tweak and cached data
* #328 added tests for example command line
* fixed: date not defined when not required causes failure
* #328 corrected execution folder for README tests
@IanGrimstead IanGrimstead added the enhancement New feature or request label Sep 25, 2019
@codecov
Copy link

codecov bot commented Sep 25, 2019

Codecov Report

Merging #332 into master will decrease coverage by 4.07%.
The diff coverage is 35.34%.

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
- Coverage   58.49%   54.42%   -4.08%     
==========================================
  Files          38       42       +4     
  Lines        2848     3456     +608     
==========================================
+ Hits         1666     1881     +215     
- Misses       1182     1575     +393

IanGrimstead and others added 9 commits September 25, 2019 13:35
* #324 create table from state space results - work in progress
* tests TBA

* first commit

* #324 create table from state space results - with tests
* Trimmed SD not implemented

* #324 Trimmed SD implemented

* #324 report window size to HTML

* #324 WIP - needs refinement, but works for non-test. Test may blow graph generation.

* #328 multiplot added as option
Copy link
Contributor

@thanasions thanasions left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@thanasions thanasions merged commit 267a9ce into master Sep 25, 2019
@thanasions thanasions deleted the develop_v3_0_0_RC branch September 25, 2019 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants