This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Server
/
lightgbm_score
Seguir
25
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
9ebcc6eae9
Ramas
Etiquetas
master
test
lightgbm_score
/
hypercorn_config.py
hypercorn_config.py
74 B
Histórico
Raw
1
2
3
4
5
6
"""
@author: luojunhui
"""
bind = "0.0.0.0:8000"
workers = 2
reload = True