This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Server
/
lightgbm_score
Vigiar
25
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
9ebcc6eae9
Ramos
Etiquetas
master
test
lightgbm_score
/
hypercorn_config.py
hypercorn_config.py
74 B
Histórico
Em bruto
1
2
3
4
5
6
"""
@author: luojunhui
"""
bind = "0.0.0.0:8000"
workers = 2
reload = True