Skip to content

Commit

Permalink
Feat: add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Durhamfighter committed Dec 29, 2024
1 parent 652aa27 commit 4400719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/train/EASE_train.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
from src.models import EASE
import pandas as pd
import mean_squared_error
from sklearn.metrics import mean_squared_error
class EASETrainer:
def __init__(self, args,data):
"""
Expand Down
1 change: 1 addition & 0 deletions src/train/SLIM_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import torch
import numpy as np
import pandas as pd
from sklearn.metrics import mean_squared_error

class SLIMTrainer:
def __init__(self, args,data):
Expand Down

0 comments on commit 4400719

Please sign in to comment.