Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ import aiohttp
|
|
| 24 |
from types import ModuleType
|
| 25 |
import yfinance as yf
|
| 26 |
import warnings
|
| 27 |
-
warnings.filterwarnings("ignore", category=UserWarning, module="sklearn"
|
| 28 |
|
| 29 |
# --- 🦖 IMPORT LIGHTGBM ---
|
| 30 |
try:
|
|
|
|
| 24 |
from types import ModuleType
|
| 25 |
import yfinance as yf
|
| 26 |
import warnings
|
| 27 |
+
warnings.filterwarnings("ignore", category=UserWarning, module="sklearn")
|
| 28 |
|
| 29 |
# --- 🦖 IMPORT LIGHTGBM ---
|
| 30 |
try:
|