https://github.com/a-poor/featureeng.jl
A feature engineering library for Julia.
https://github.com/a-poor/featureeng.jl
data-preprocessing data-science feature-engineering feature-extraction hacktoberfest julia julia-package
Last synced: 9 months ago
JSON representation
A feature engineering library for Julia.
- Host: GitHub
- URL: https://github.com/a-poor/featureeng.jl
- Owner: a-poor
- License: mit
- Created: 2021-01-28T17:10:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T16:31:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T06:35:57.813Z (9 months ago)
- Topics: data-preprocessing, data-science, feature-engineering, feature-extraction, hacktoberfest, julia, julia-package
- Language: Julia
- Homepage: https://a-poor.github.io/FeatureEng.jl/latest/
- Size: 249 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureEng.jl

[](https://juliahub.com/ui/Packages/FeatureEng/PcFbA)
[](https://juliahub.com/ui/Packages/FeatureEng/PcFbA)
[](https://juliahub.com/ui/Packages/FeatureEng/PcFbA?t=2)
_created by Austin Poor_
A library for feature engineering in Julia.
Check out the documentation [here](https://a-poor.github.io/FeatureEng.jl/latest/).
## Installation
You can in install `FeatureEng` with:
```
(@v1.5) pkg> add FeatureEng
```
## Where to Start
Check out the [manual](https://a-poor.github.io/FeatureEng.jl/latest/manual/) to find helpful functions based on the types of data you're working with (ex [categorical](https://a-poor.github.io/FeatureEng.jl/latest/manual/#Categorical-Features), [datetime](https://a-poor.github.io/FeatureEng.jl/latest/manual/#DateTime-Features), or [numeric](https://a-poor.github.io/FeatureEng.jl/latest/manual/#Numeric-Features) features).
## Feedback
Let me know what you think of `FeatureEng.jl`!
I'd love to hear any suggestions for new features to add, helpful features you use in your ML process, or any feedback from using the library.
Feel free to reach out to me on [twitter](https://twitter.com/austin_poor) or here on [GitHub](https://github.com/a-poor/FeatureEng.jl) -- submit an issue or a PR!