Add a BlockTransformer helper
See original GitHub issueThis would be similar in spirit to http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html#sklearn.preprocessing.FunctionTransformer
Users provide a func
that is assumed to operate on ndarrays / pandas dataframes. The BlockTransformer
will take care of mapping it to each block / partition.
We may need some information from the user when the function changes dtype / shape.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Implement two- or three-winding linear transformer - Simulink
The Linear Transformer block model shown consists of three coupled windings wound on the same core. The model takes into account the winding...
Read more >🤗 Transformers
Transformers support framework interoperability between PyTorch, TensorFlow, ... INTERNAL HELPERS details utility classes and functions used internally.
Read more >itsdouges/typescript-transformer-handbook
A comprehensive handbook on how to create transformers for TypeScript with code ... With it we can do powerful things like updating, replacing,...
Read more >Block-Recurrent Transformers
We introduce the Block-Recurrent Transformer, which applies a transformer layer in a recurrent fashion along a sequence, and has linear ...
Read more >Tutorial 6: Transformers and Multi-Head Attention
We first start by implementing a single encoder block. Additionally to the layers described above, we will add dropout layers in the MLP...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
But we’ll import it in preprocessing.init
New module seems reasonable.