Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaml/tabletransforms.jl
Transforms and pipelines with tabular data in Julia
https://github.com/juliaml/tabletransforms.jl
data-science machine-learning pipelines statistics table transforms
Last synced: about 7 hours ago
JSON representation
Transforms and pipelines with tabular data in Julia
- Host: GitHub
- URL: https://github.com/juliaml/tabletransforms.jl
- Owner: JuliaML
- License: mit
- Created: 2021-10-26T11:46:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T22:35:31.000Z (2 days ago)
- Last Synced: 2024-11-18T23:29:03.195Z (2 days ago)
- Topics: data-science, machine-learning, pipelines, statistics, table, transforms
- Language: Julia
- Homepage: https://juliaml.github.io/TableTransforms.jl/stable
- Size: 124 MB
- Stars: 105
- Watchers: 5
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This package provides transforms that are commonly used in statistics
and machine learning. It was developed to address specific needs in
feature engineering and works with general
[Tables.jl](https://github.com/JuliaData/Tables.jl) tables.## Installation
Get the latest stable release with Julia's package manager:
```
] add TableTransforms
```## Documentation
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*## Contributing
Contributions are very welcome. Please [open an issue](https://github.com/JuliaML/TableTransforms.jl/issues) if you have questions.
We have open issues with missing transforms that you can contribute.
[docs-stable-url]: https://JuliaML.github.io/TableTransforms.jl/stable
[docs-latest-url]: https://JuliaML.github.io/TableTransforms.jl/dev