Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ff7948

Browse files
author
stonebig
committed
package names
1 parent a12d2ea commit 4ff7948

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

winpython/data/packages.ini

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,10 +918,6 @@ description=Cyrus-SASL bindings for Python
918918
[scidoc]
919919
description=Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)
920920
921-
[scikit-learn]
922-
description=A set of Python modules for machine learning and data mining
923-
category=scientific
924-
925921
[scikits.audiolab]
926922
description=Audio file I/O using NumPy arrays
927923
category=dataproc
@@ -930,13 +926,20 @@ category=dataproc
930926
description=Time series manipulation
931927
category=dataproc
932928
929+
[scikit-learn]
930+
description=A set of Python modules for machine learning and data mining
931+
category=scientific
932+
933933
[scikit-image]
934934
description=Image processing toolbox for SciPy
935935
category=improc
936936
937937
[scikit-neuralnetwork]
938938
description=Deep neural networks without the learning cliff! A wrapper library compatible with scikit-learn.
939939
940+
[scikit-optimize]
941+
description=Sequential model-based optimization toolbox.
942+
940943
[scilab2py]
941944
description=Python to Scilab bridge
942945
@@ -1067,6 +1070,9 @@ description=List processing tools and functional utilities
10671070
[tornado]
10681071
description=Scalable, non-blocking web server and tools (required for IPython notebook)
10691072
1073+
[tpot]
1074+
description=A Python tool that automatically creates and optimizes machine learning pipelines using genetic programming.
1075+
10701076
[tqdm]
10711077
description=A Simple Python Progress Meter
10721078

0 commit comments

Comments
 (0)