Skip to content

Commit da85815

Browse files
committed
DOC what's new entry for "Fix numpy.int overflow in make_classification scikit-learn#10811"
1 parent bfab306 commit da85815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/whats_new/v0.21.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Support for Python 3.4 and below has been officially dropped.
4848
to set and that scales better, by :user:`Shane <espg>` and
4949
:user:`Adrin Jalali <adrinjalali>`.
5050

51+
- |Fix| Fixed integer overflow in :func:`datasets.make_classification`
52+
for values of ``n_informative`` parameter larger than 64.
53+
:issue:10811 by :user:`Roman Feldbauer <VarIr>`.
54+
5155
Multiple modules
5256
................
5357

0 commit comments

Comments
 (0)