Skip to content

v0.4.1_testing_stable#36

Merged
bdiptesh merged 128 commits intostablefrom
testing
Jan 16, 2022
Merged

v0.4.1_testing_stable#36
bdiptesh merged 128 commits intostablefrom
testing

Conversation

@MadhuTangudu
Copy link
Collaborator

@MadhuTangudu MadhuTangudu commented Jan 16, 2022

Description

Statistical modules:

  • Clustering
  • k-NN
  • GLMNet
  • Random forest
  • XGBoost
  • Time series

Optimization modules:

  • Travelling salesman problem
  • Transportation problem

Type of change

Please select option(s) that are relevant.

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

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit/Integration 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

bdiptesh and others added 30 commits September 1, 2021 14:08
First draft of module Cluster
changelog:
- Added singular variable x7 in store.csv
- Computing single set of random reference set for all values of k in clustering module
changelog:
- added module Cluster
- added 5 integration tests for module Cluster
- removed pylint workflow (github action)
changelog:
- added comments for some edge cases in module Cluster
changelog:
- added 1 intergration test for module Cluster
changelog:
- added python 3.7 build action including lint and tests
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
bdiptesh and others added 20 commits January 5, 2022 15:08
changelog:
- addion of version v0.4.1 as default in all relevant issue templates.
- changed API of AutoArima from params to param.
changelog:

- tree.py modified to added random forrest and XgBoost time series data
- test_tree.py modified to add relevent tests
- main.py modified to test run random forrest and XgBoostt for time series data
changelog:
- added timeseries method for RandonForest and XGBoost module
changelog:
- added timeseries method for RandonForest and XGBoost module
changelog:
- changed the computation of r-squared
changelog:
- added TODO for module Tree
changelog:

- made changes to tree.py module as suggested by Diptesh (integration tests are pending)
changelog:

- made changes to tree.py module as suggested by Diptesh (Integration tests are pending)
changelog:

- minor changes like naming conventions and comments in tree.py module
changelog
- minor change in Tree module to determine unique independent variables
changelog:
- updated numpy version to 1.21 to mitigate CVE-2021-33430
changelog:
- updated pmdarima to 1.8.1
changelog:
- added openpyxl engine
@MadhuTangudu MadhuTangudu added the merge Merge label Jan 16, 2022
@MadhuTangudu MadhuTangudu added this to the v0.4.1 milestone Jan 16, 2022
@bdiptesh bdiptesh changed the title feature_testing_stable v0.4.1_testing_stable Jan 16, 2022
@bdiptesh bdiptesh self-requested a review January 16, 2022 11:44
@bdiptesh bdiptesh removed their assignment Jan 16, 2022
@bdiptesh bdiptesh removed this from the v0.4.1 milestone Jan 16, 2022
@bdiptesh bdiptesh merged commit 62e3635 into stable Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge Merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants