Andrea Baraldi

Results 2 issues of Andrea Baraldi

https://github.com/fairlearn/fairlearn/blob/bc122366afecf3adacde3ebbf75815c92c2c4081/fairlearn/reductions/_grid_search/grid_search.py#L205 .../fairlearn/reductions/_grid_search/grid_search.py:205: PerformanceWarning: DataFrame is highly fragmented. This is usually the result of calling `frame.insert` many times, which has poor performance. Consider joining all columns at once using pd.concat(axis=1) instead....

… not in requirements. Hello, I was using your library, and I had a problem with `from sentence_transformers import CrossEncoder` since sentence_transformers is not specified in the requirements. I think...