mirror of
https://github.com/Ladebeze66/ft_linear_regression.git
synced 2025-12-13 04:36:51 +01:00
docker2
This commit is contained in:
parent
bef54d17b2
commit
4e321348d7
6
main.py
6
main.py
@ -5,12 +5,12 @@ import os
|
||||
sys.path.append(os.path.abspath("src"))
|
||||
|
||||
from src.training_model import train_model
|
||||
from src.prediction import predict_price # ✅ Peut maintenant être importé dès le début
|
||||
from src.gui import show_gui # ✅ Import propre et structuré
|
||||
from src.prediction import predict_price # Peut maintenant être importé dès le début
|
||||
from src.gui import show_gui # Import propre et structuré
|
||||
|
||||
def main():
|
||||
print("Bienvenue dans le modèle de prédiction de prix de voiture !")
|
||||
print("🔄 Le modèle va être entraîné...")
|
||||
print("Le modèle va être entraîné...")
|
||||
|
||||
# Entraîner le modèle
|
||||
train_model()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user