I am facing issues while trying to import optbinning within a Grouped Map Pandas UDF on a Windows platform as shown in a very simple example below, and it returns the ...
ModuleNotFoundError: No module named 'optbinning' Two days ago i installed using 'pip install optbinning' and this code 'from optbinning import Scorecard, BinningProcess' ran just fine. Today i have ...