Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@piotrlaczkowski
Copy link
Collaborator

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
@github-actions
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
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

2 participants