Update requirements and github actions

This commit is contained in:
2022-11-23 22:21:34 +01:00
parent 2baaf753ef
commit b05a62b2e8
3 changed files with 9 additions and 9 deletions

View File

@@ -17,13 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: rmontanana
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
# with:
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
# limit-access-to-actor: true
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
# limit-access-to-users: rmontanana
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:

View File

@@ -8,7 +8,7 @@ from sklearn.ensemble import (
)
from sklearn.svm import SVC
from stree import Stree
from bayesclass import TAN, KDB, AODE
from bayesclass.bayesclass import TAN, KDB, AODE
from wodt import Wodt
from odte import Odte
from xgboost import XGBClassifier

View File

@@ -5,7 +5,7 @@ odte
cython
mdlp-discretization
mufs
#bayesclass @ git+ssh://git@github.com/doctorado-ml/bayesclass.git
bayesclass @ git+ssh://git@github.com/doctorado-ml/bayesclass.git
xlsxwriter
openpyxl
tqdm