New predict proba (#53)

* Add complete classes counts to node and tests

* Implement optimized predict and new predict_proba

* Add predict_proba test

* Add python 3.10 to CI
This commit is contained in:
Ricardo Montañana Gómez
2022-10-21 12:26:46 +02:00
committed by GitHub
parent 93be8a89a8
commit 2f6ae648a1
5 changed files with 120 additions and 79 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.8]
python: [3.8, "3.10"]
steps:
- uses: actions/checkout@v2