Borja Serra
Results
2
comments of
Borja Serra
[exactly same problem as here](https://github.com/bentoml/BentoML/issues/3669#issuecomment-1766779320) `bentoml serve` works as expected. `docker run --rm -p 3000:3000 ` --> Error happens once the server gets a request.
Hi @krstopro! [There is a `fit_predict` method in `scikit-learn`](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html#sklearn.cluster.DBSCAN.fit_predict). Anyway I did not notice that `scholar` aims to map `scikit-learn` lib! My bad. EDIT: Just checked that `scikit-learn` `fit_predict` method...