Skip to content

Multiple layer processing. Added new Transformers.

Compare
Choose a tag to compare
@dmmiller612 dmmiller612 released this 28 Dec 19:59
· 67 commits to master since this release
e70a508

In this release, there are two new arguments for summarizer processing. One is the hidden parameter which now accepts an integer or a list. If supplied a list, it will combine the layers for the aggregation. Also, another parameter called hidden_concat allows the user to concat hidden layers before clustering.

Also a couple of new options for TransformerSummarizer.