Skip to content

Commit

Permalink
Fixing model
Browse files Browse the repository at this point in the history
  • Loading branch information
cumbof committed Feb 3, 2024
1 parent fa10ea8 commit abbd0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdlib/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import numpy as np
from sklearn.metrics import accuracy_score, f1_score, precision_score, recall_score
from sklearn.model_selection import StratifiedKFold
sssss

from hdlib import __version__
from hdlib.space import Space, Vector
from hdlib.arithmetic import bundle, permute
Expand Down

0 comments on commit abbd0b6

Please sign in to comment.