Closed bdiptesh closed 2 years ago
kNN module.
kNN module for both classification and regression. Determine optimal k.
Methods:
df: pandas.DataFrame y_var: List[str] x_var: List[str] method: Union[str] param: Dict
fit predict
No response
v0.4.0
Is your feature request related to a problem? Please describe.
kNN module.
Describe the solution you'd like
kNN module for both classification and regression. Determine optimal k.
Methods:
Expected input(s)
Expected output(s)
Additional context
No response
Acceptance criteria
Version
v0.4.0