Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(KDP): simplifying layers factory creator #5

Merged
merged 2 commits into from
May 10, 2024

Conversation

piotrlaczkowski
Copy link
Owner

Describe your changes shortly

Refactoring LayersFactory to make it simpler, easier to maintain and more flexible.

@piotrlaczkowski piotrlaczkowski linked an issue May 10, 2024 that may be closed by this pull request
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
kdp
   custom_layers.py42170 59%
   features.py4340 87%
   layers_factory.py2311 95%
   pipeline.py3650 83%
   processor.py175197 86%
   stats.py122264 78%
TOTAL4417282% 

Tests Skipped Failures Errors Time
27 2 💤 0 ❌ 0 🔥 11.636s ⏱️

@piotrlaczkowski piotrlaczkowski merged commit b63a504 into main May 10, 2024
2 checks passed
github-actions bot pushed a commit that referenced this pull request Jul 8, 2024
## [1.7.0](kdp.1.6.0...kdp.1.7.0) (2024-07-08)

### ♨️ Infra

* ops(KDP): fixing u-tests action ([d4bdf24](d4bdf24))
* ops(KDP): adding manual PyPI release action ([a192d08](a192d08))
* ops(KDP): updating to lates version in the config ([c0454ad](c0454ad))

### :tools: Maintenance

* refactor(KDP): simplifying layers factory creator (#5) ([b63a504](b63a504)), closes [#5](#5)
* refactor(KDP): simplifying layers factory creator ([ee0c466](ee0c466))

### 🪲 Bug Fixes

* fix(KDP): fixing functionality for missing categorical features ([bb569bf](bb569bf))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: Revamp LayersFactory code
1 participant