Remove the hard coded block for feature count and disable CUDA

This commit is contained in:
2026-02-17 20:22:02 -08:00
parent 7ff2f994e0
commit c0fd27da07
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
import yfinance as yf
import features
import matplotlib