We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e83520 commit c39fc35Copy full SHA for c39fc35
README.md
@@ -4,9 +4,11 @@
4
5
This package is intended for developers of data transforms such as
6
the maintainers of [TableTransforms.jl](https://github.com/JuliaML/TableTransforms.jl).
7
+It defines a simple API and basic transforms that work with any type of object such as
8
+the `Identity` and `Sequential` transforms.
9
10
[build-img]: https://img.shields.io/github/workflow/status/JuliaML/TransformsBase.jl/CI
11
[build-url]: https://github.com/JuliaML/TransformsBase.jl/actions
12
13
[codecov-img]: https://codecov.io/gh/JuliaML/TransformsBase.jl/branch/master/graph/badge.svg
-[codecov-url]: https://codecov.io/gh/JuliaML/TransformsBase.jl
14
+[codecov-url]: https://codecov.io/gh/JuliaML/TransformsBase.jl
0 commit comments