Skip to content

Commit 262e6f2

Browse files
committed
feat: sklearnmodel selection-> defining datasetclient
1 parent 1166b54 commit 262e6f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 4-finetuning/finetuning/dataset_client.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from finetuning.settings import settings
88
from sklearn.model_selection import train_test_split
99

10-
1110
class DatasetClient:
1211
def __init__(self, output_dir: str = "./finetuning"):
1312
self.project = settings.COMET_PROJECT

0 commit comments

Comments
 (0)