Questions tagged [optbinning]
3 questions
1
vote
0 answers
Create tables using OptBinning with custom bins
I want to use the library optbinning to create tables with all the metrics, but under the assumption that I already have all the bins. I don't want to optimize the binning process, I just want the tables with my current bins. Despite the fact that…

TomasLeon
- 11
- 1
0
votes
0 answers
Can't run optbinning, keep getting the following error: [libprotobuf FATAL google/protobuf/message_lite.cc:352] CHECK failed: target + size == res:
I am try to run the example from https://gnpalencia.org/optbinning/tutorials/tutorial_binary.html since I kept getting the same problem on other projects, everything seems to be OK but I keep getting the same error: CHECK failed: target + size ==…

dellen
- 1
0
votes
1 answer
Python OptBinning package's OptimalBinning and BinningProcess giving different results sometimes
I'm using the OptBinning package to bin some numeric data. I'm following this example to do this. And from this tutorial I read that "... the best way to view BinningProcess is as a wrapper for OptimalBinning", which implies that they should both…

Gaurav Bansal
- 5,221
- 14
- 45
- 91