Skip to content

Commit

Permalink
fix: eval imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdoc committed Oct 9, 2024
1 parent 3aeb43f commit 5726390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sklearn.metrics import mean_squared_error, mean_absolute_error, r2_score
from transformer_model import TimeSeriesTransformer # Ensure this is accessible
from utils import plot_predictions_vs_actuals
import sys
import os

# Initialize a W&B run
with wandb.init(
Expand Down

0 comments on commit 5726390

Please sign in to comment.