hubgrim
Results
1
issues of
hubgrim
np.bool should be bool in [this](https://github.com/amueller/mglearn/blob/106cf48ef03710ef1402813997746741aa6467da/mglearn/datasets.py#L16) line, according to an error it throws calling this code: ```python # generate dataset X, y = mglearn.datasets.make_forge() # plot dataset mglearn.discrete_scatter(X[:, 0], X[:,...