Skip to content

feature_02_1_to_testing#12

Merged
bdiptesh merged 35 commits intotestingfrom
feature_02_1
Sep 25, 2021
Merged

feature_02_1_to_testing#12
bdiptesh merged 35 commits intotestingfrom
feature_02_1

Conversation

@MadhuTangudu
Copy link
Collaborator

Description

GLMNet module for building models

Tickets

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Unit tests in the code
  • Code runs locally without any warnings/errors with test files

Checklist:

  • New and existing unit tests pass locally with my changes
  • I have added tests including corner cases that prove my fix is effective or that my feature works
  • I have run tests before committing
  • My code follows the contribution guidelines of this project
  • I have performed a self & peer review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings/errors
  • Any dependent changes have been merged and published in downstream modules
  • Left side is NOT stable branch. Example: Left side is testing branch
  • Right side is YOUR branch. Example: feature_36

bdiptesh and others added 30 commits September 6, 2021 15:01
changelog:
- added module GLMNet
changelog:
- added udf to create lag variables for time series input with 
associated tests
changelog:
- glmnet class added to model.py
changelog:
- added GLMNet module with associated test cases
changelog:
- glmnet_ts.py module is added for tim series
changelog:
- added binary for module metrics
changelog:
- glmnet_ts class added to model.py
- glmnet_ts.py file removed
changelog:
- changed log to logs
- removed redundant links in contribution guidelines
changelog:
- Change unit tests to match new outputs
changelog:
- glmnet_ts.py and test_glmnet_ts.py modules added
- model.py and test_model.py modules modified
-changelog:
- test_lag_var.csv file modified to handle one more test case
- test_glmnet_ts.py file modified
changelog:
- glmnet_ts.py and test_glmnet_ts.py modified
- test_glmnet_ts1.csv added
changelog:
- cleanup of GLMNET time series modules
bdiptesh and others added 5 commits September 25, 2021 17:24
changelog:
- added examples for Cluster and GLMNet modules
changelog:
- No code base change (Local run testing)
@bdiptesh bdiptesh merged commit 878c2ef into testing Sep 25, 2021
@bdiptesh bdiptesh deleted the feature_02_1 branch September 25, 2021 13:08
@bdiptesh bdiptesh added the stats Statistics label Sep 27, 2021
@bdiptesh bdiptesh removed this from the v0.4.0 milestone Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge Merge stats Statistics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GLMNet

2 participants