Skip to content

Commit

Permalink
tune n_estimators
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Aug 17, 2024
1 parent fc7afef commit b37fe66
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 70 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Run examples
run: pip install .&&find examples -maxdepth 2 -name "*.py" -exec python3 {} \;

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_GLOBAL_UB }}
repository-url: https://upload.pypi.org/legacy/
#- name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_GLOBAL_UB }}
# repository-url: https://upload.pypi.org/legacy/
29 changes: 0 additions & 29 deletions unifiedbooster.egg-info/PKG-INFO

This file was deleted.

23 changes: 0 additions & 23 deletions unifiedbooster.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion unifiedbooster.egg-info/dependency_links.txt

This file was deleted.

2 changes: 0 additions & 2 deletions unifiedbooster.egg-info/entry_points.txt

This file was deleted.

1 change: 0 additions & 1 deletion unifiedbooster.egg-info/not-zip-safe

This file was deleted.

8 changes: 0 additions & 8 deletions unifiedbooster.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion unifiedbooster.egg-info/top_level.txt

This file was deleted.

0 comments on commit b37fe66

Please sign in to comment.