diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1c32c20..a5b8c8b 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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_MLSAUCE }} - repository-url: https://upload.pypi.org/legacy/ + #- name: Publish to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }} + # repository-url: https://upload.pypi.org/legacy/ diff --git a/examples/lsboost_classifier.py b/examples/lsboost_classifier.py index 59b1cfa..e871b8f 100644 --- a/examples/lsboost_classifier.py +++ b/examples/lsboost_classifier.py @@ -270,22 +270,3 @@ print(time()-start) -obj = ms.LSBoostClassifier(solver="enet", - n_clusters=3, degree=2, - clustering_method="gmm") -print(obj.get_params()) -start = time() -obj.fit(X_train, y_train) -print(time()-start) -start = time() -print(obj.score(X_test, y_test)) -print(time()-start) -# MORE DATA NEEDED # MORE DATA NEEDED # MORE DATA NEEDED -# obj = ms.LSBoostClassifier(backend="gpu", solver="lasso") -# print(obj.get_params()) -# start = time() -# obj.fit(X_train, y_train) -# print(time()-start) -# start = time() -# print(obj.score(X_test, y_test)) -# print(time()-start) diff --git a/mlsauce/adaopt/_adaoptc.cpython-311-darwin.so b/mlsauce/adaopt/_adaoptc.cpython-311-darwin.so index 68e0bea..63246a6 100755 Binary files a/mlsauce/adaopt/_adaoptc.cpython-311-darwin.so and b/mlsauce/adaopt/_adaoptc.cpython-311-darwin.so differ diff --git a/mlsauce/booster/_boosterc.cpython-311-darwin.so b/mlsauce/booster/_boosterc.cpython-311-darwin.so index 9828f65..704da88 100755 Binary files a/mlsauce/booster/_boosterc.cpython-311-darwin.so and b/mlsauce/booster/_boosterc.cpython-311-darwin.so differ diff --git a/mlsauce/lasso/_lassoc.cpython-311-darwin.so b/mlsauce/lasso/_lassoc.cpython-311-darwin.so index 4c9a6dd..2fbc0d5 100755 Binary files a/mlsauce/lasso/_lassoc.cpython-311-darwin.so and b/mlsauce/lasso/_lassoc.cpython-311-darwin.so differ diff --git a/mlsauce/ridge/_ridgec.cpython-311-darwin.so b/mlsauce/ridge/_ridgec.cpython-311-darwin.so index e45e0ac..a0fdc57 100755 Binary files a/mlsauce/ridge/_ridgec.cpython-311-darwin.so and b/mlsauce/ridge/_ridgec.cpython-311-darwin.so differ diff --git a/mlsauce/stump/_stumpc.cpython-311-darwin.so b/mlsauce/stump/_stumpc.cpython-311-darwin.so index e3d74bc..d250126 100755 Binary files a/mlsauce/stump/_stumpc.cpython-311-darwin.so and b/mlsauce/stump/_stumpc.cpython-311-darwin.so differ