Persona360 interface bundle
Project description
p360-interface-bundle
Interface between Persona360 app instance and a project with Daipe Feature store.
Many operations need to be done between a feature store is populated and an app is working properly based on it. We may want to adjust some nomenclature in metadata for the app, we surely need to ensure the latest snapshot of the feature store is propagated to the app's underlying Clickhouse database. For these operational services, p360-interface-bundle
comes to hand.
Setup
Nothing more to do then to add p360-interface-bundle
to your project:
poetry add p360-interface-bundle
Tools
Feature store post-actions
metadata_adjustment
.CreateMetadataJsonFiles
- Get feature store metadata
- Rename some of their columns
- Introduce subcategory mapping
- Save the resulting metadata JSONs for an app to ADLS
Configuration
Add the following configuration to your project's config.yaml
:
parameters:
p360_interface_bundle:
featurestore:
post_actions:
metadata_adjustment:
export_path: "abfss://<container>@<adls domain>/<path to folder>"
mapping:
general:
<original column name in FS metadata>: <replacement value>
<another original column name in FS metadata>: <another replacement value>
category:
<category name>:
- <first subcategory of this category>
- <second subcategory of this category>
<another category name>:
- <first subcategory of this category>
- <second subcategory of this category>
Latest Changes
- Added support for exporting array features. PR #39 by @guderkar.
- Import update ch. PR #36 by @fkrjakDatasentics.
- Added statistics to exported metadata. PR #33 by @guderkar.
- Added additional metadata on which persona app relies. PR #32 by @guderkar.
- Clickhouse export rewritten from skeleton. PR #31 by @guderkar.
- Add Pycharm files. PR #29 by @ds-lukaslangr.
- Update feature store. PR #28 by @ds-lukaslangr.
- :bug: Extras conversion to strings suppressed. PR #26 by @matejoravec.
- :memo: Post-version-bump README update. PR #24 by @matejoravec.
0.1.1
- :bookmark: Bump version to 0.1.1. PR #23 by @matejoravec.
- :memo: Documentation in README. PR #22 by @matejoravec.
- :building_construction: Default configuration removed. PR #21 by @matejoravec.
- :white_check_mark:
MetadataJsonGetter
test added. PR #20 by @matejoravec.
0.1.0
- :bug: Metadata adjustment fix. PR #16 by @matejoravec.
- :arrow_up:
feature-store-bundle
upgraded to 2.5.0. PR #12 by @matejoravec. - :page_facing_up: License fix. PR #7 by @matejoravec.
- :construction_worker: Release pipeline. PR #5 by @matejoravec.
- :sparkles: Metadata adjustment post-action. PR #4 by @matejoravec.
- :bricks: Basic bundle infrastructure. PR #3 by @matejoravec.
- :construction_worker: Wrong main branch name fixed. PR #2 by @matejoravec.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for p360_interface_bundle-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33e7d170f8a4a3faf28cee4ab411623206c5bd211656b2e06ae393bab8190c07 |
|
MD5 | 031cadfa27d7274adf9110a7287b1308 |
|
BLAKE2b-256 | 886efb95cd43cff6c0dae5dd41840a91f20e672827e0b92e8d2dfd9ced7fa25b |