mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-24 03:45:56 +00:00
Update requirements and github actions
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -17,13 +17,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup upterm session
|
# - name: Setup upterm session
|
||||||
uses: lhotari/action-upterm@v1
|
# uses: lhotari/action-upterm@v1
|
||||||
with:
|
# with:
|
||||||
## limits ssh access and adds the ssh public key for the user which triggered the workflow
|
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
|
||||||
limit-access-to-actor: true
|
# limit-access-to-actor: true
|
||||||
## limits ssh access and adds the ssh public keys of the listed GitHub users
|
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
|
||||||
limit-access-to-users: rmontanana
|
# limit-access-to-users: rmontanana
|
||||||
- name: Set up Python ${{ matrix.python }}
|
- name: Set up Python ${{ matrix.python }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
@@ -8,7 +8,7 @@ from sklearn.ensemble import (
|
|||||||
)
|
)
|
||||||
from sklearn.svm import SVC
|
from sklearn.svm import SVC
|
||||||
from stree import Stree
|
from stree import Stree
|
||||||
from bayesclass import TAN, KDB, AODE
|
from bayesclass.bayesclass import TAN, KDB, AODE
|
||||||
from wodt import Wodt
|
from wodt import Wodt
|
||||||
from odte import Odte
|
from odte import Odte
|
||||||
from xgboost import XGBClassifier
|
from xgboost import XGBClassifier
|
||||||
|
@@ -5,7 +5,7 @@ odte
|
|||||||
cython
|
cython
|
||||||
mdlp-discretization
|
mdlp-discretization
|
||||||
mufs
|
mufs
|
||||||
#bayesclass @ git+ssh://git@github.com/doctorado-ml/bayesclass.git
|
bayesclass @ git+ssh://git@github.com/doctorado-ml/bayesclass.git
|
||||||
xlsxwriter
|
xlsxwriter
|
||||||
openpyxl
|
openpyxl
|
||||||
tqdm
|
tqdm
|
||||||
|
Reference in New Issue
Block a user