Saurabh Daalia
Saurabh Daalia
I see, I think that might be the issue. But what is causing this issue? Is there any workaround for it?
@bbengfort , Hey!! I am interested in working on this issue. It will be a great learning experience for me, I hope. I am new to yellowbrick code base. It...
@bbengfort , Hi, I am interested in contributing to this feature. https://nbviewer.jupyter.org/github/saurabhdaalia/ProbablityCurve/blob/master/Curve.ipynb I have put together this very naive sort of example to get an idea that what are we...
Hi @bbengfort, I was hoping to get some clarification regarding the implementation of the visualizer. When we are showing the calibration curve using the reliability diagram, should only the true...
Does it make sense, if we add something like this? ``` proba_curve = ProbabilityCalibrationCurve(GaussianNB(),base=LogisticRegression()) proba_curve.fit(X_train, y_train) proba_curve.score(X_test, y_test) proba_curve.poof() ``` user can pass a base parameter which will be a...
@lwgray , Thank you. Going to start working on it, ASAP