Open gilad-rubin opened 5 months ago
That's odd -- otherwise you don't need the typing import. You can just do dict
as the type annotation.
Also to rule out the sklearn function somehow interfering:
from sklearn import model_selection
then in your function do
model_selection.train_test_split(...)
For an unknown reason - I'm getting this error even though I've defined a return values in the file https://github.com/DAGWorks-Inc/tuning-playground/blob/main/ml_project/phase4/split.py