Closed David2CN closed 1 year ago
I just checked this out, its good, but you missed the naming convention. The search space / ranges are supposed to have a '_space' suffix attached to it. For example, splitter: Iterable[str] = ("best", "random")
ought to be splitter_space: Iterable[str] = ("best", "random")
I just checked this out, its good, but you missed the naming convention. The search space / ranges are supposed to have a '_space' suffix attached to it. For example,
splitter: Iterable[str] = ("best", "random")
ought to besplitter_space: Iterable[str] = ("best", "random")
I have corrected this now.
Alright thank you. When I'm free I'll review and get back to you