Skip to content

Commit 161ffd7

Browse files
mohammedfazil003Soni-GSAGCCHIMohammed Fazil
authored
libraries updated and version updated to 5.5.0 (#64)
* fix: update deprecated attribute get_feature_names to get_feature_names_out * backword compatibility and support for latest version * type error for statsmodel upgrade resolved. * key error for statsmodels upgrade resolved * value error for statsmodels upgrade resolved * removing knn test for 'matching' metric as it is no longer supported * test cases fixed * refactor changes * removing extra lines of code * examples of exporter have been updated * documentation and version have been updated * naming convention of exporter indocs updated. --------- Co-authored-by: Soni-G <amarsoni.ds@gmail.com> Co-authored-by: cchi <chiragasourabh.chiragasourabh@softwareag.com> Co-authored-by: Mohammed Fazil <mohammed.fazil@softwareag.com>
1 parent 0214a0b commit 161ffd7

148 files changed

Lines changed: 6573 additions & 45318 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test-master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: ['ubuntu-latest', 'windows-latest']
23-
python-version: [ '3.6', '3.7', '3.8' ]
23+
python-version: [ '3.8', '3.9', '3.10' ]
2424

2525
steps:
2626
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
run: |
32-
python -m pip install --upgrade pip==20.2.2
32+
python -m pip install --upgrade pip==23.1.2
3333
python -m pip install -e .
3434
python nyoka/tests/_install_dependencies.py
3535
- name: Test with pytest
@@ -42,10 +42,10 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-python@v2
4444
with:
45-
python-version: 3.6
45+
python-version: 3.8
4646
- name: Install dependencies
4747
run: |
48-
python -m pip install --upgrade pip==20.2.2
48+
python -m pip install --upgrade pip==23.1.2
4949
python -m pip install -e .
5050
python nyoka/tests/_install_dependencies.py
5151
- name: Generate test coverage report

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Read the documentation at **[Nyoka Documentation](https://softwareag.github.io/n
1919

2020
## List of libraries and models supported by Nyoka :
2121

22-
### Scikit-Learn (version <= 0.23.1):
22+
### Scikit-Learn:
2323

2424
#### Models -
2525

@@ -74,14 +74,14 @@ Read the documentation at **[Nyoka Documentation](https://softwareag.github.io/n
7474
* [`LGBMRegressor`](https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.LGBMRegressor.html)
7575

7676

77-
### XGBoost (version <= 1.5.2):
77+
### XGBoost:
7878

7979

8080
* [`XGBClassifier`](https://xgboost.readthedocs.io/en/release_1.5.0/python/python_api.html#module-xgboost.sklearn)
8181
* [`XGBRegressor`](https://xgboost.readthedocs.io/en/release_1.5.0/python/python_api.html#module-xgboost.sklearn)
8282

8383

84-
### Statsmodels (version <= 0.11.1):
84+
### Statsmodels:
8585

8686

8787
* [`tsa.arima_model.ARIMA`](https://github.com/statsmodels/statsmodels/blob/master/statsmodels/tsa/arima_model.py#L1026)

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: cd9cd651081c4d496ec0a729bf364d67
3+
config: 03accd84b224698acf6acb00dd9a2f6f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/PMML44.doctree

-1.04 MB
Binary file not shown.

docs/.doctrees/PMML44Super.doctree

-14.3 MB
Binary file not shown.

docs/.doctrees/arima.doctree

-26.9 KB
Binary file not shown.

docs/.doctrees/enums.doctree

-294 KB
Binary file not shown.

docs/.doctrees/environment.pickle

-4.73 MB
Binary file not shown.
1.15 KB
Binary file not shown.

docs/.doctrees/index.doctree

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)