remove matplotlib

This commit is contained in:
muhamad fais aizat 2025-05-15 14:29:39 +07:00
parent 7f28425ff0
commit 9f0d1292a4
5 changed files with 0 additions and 2 deletions

1
backend/.gitignore vendored
View File

@ -1,2 +1 @@
.venv

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,6 @@ from sklearn.svm import SVR
from sklearn.preprocessing import MinMaxScaler, StandardScaler
from sklearn.model_selection import train_test_split
from sklearn.metrics import mean_absolute_error, mean_squared_error, mean_absolute_percentage_error
import matplotlib.pyplot as plt
from config.db import get_db
from models.index import priceTomat
from middleware.index import verify_token