# HG changeset patch # User bgruening # Date 1653655408 0 # Node ID ec69cbe34b7319c007fc40b3a0b8384a0f73fc5a # Parent 612ca26c197d479607e3ad55adce5b866111a8f9 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 8850f42c2c3763e614f7454c9c006f3d2ff572c0 diff -r 612ca26c197d -r ec69cbe34b73 keras_macros.xml --- a/keras_macros.xml Fri Aug 27 09:54:55 2021 +0000 +++ b/keras_macros.xml Fri May 27 12:43:28 2022 +0000 @@ -36,7 +36,7 @@ - + @@ -701,7 +701,14 @@ - + + + + + + + + @@ -897,7 +904,7 @@ - + @@ -982,4 +989,4 @@ - \ No newline at end of file + diff -r 612ca26c197d -r ec69cbe34b73 to_categorical.xml --- a/to_categorical.xml Fri Aug 27 09:54:55 2021 +0000 +++ b/to_categorical.xml Fri May 27 12:43:28 2022 +0000 @@ -69,7 +69,7 @@ Converts a class vector (integers) to binary class matrix. tf.keras.utils.to_categorical( - y, num_classes=None, dtype='float32' +y, num_classes=None, dtype='float32' ) E.g. for use with categorical_crossentropy.