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:
MetadataJsonGettertest added. PR #20 by @matejoravec.
0.1.0
- :bug: Metadata adjustment fix. PR #16 by @matejoravec.
- :arrow_up:
feature-store-bundleupgraded 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file p360_interface_bundle-0.4.1-py3-none-any.whl.
File metadata
- Download URL: p360_interface_bundle-0.4.1-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.10 Linux/5.15.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50c53ceb29204b5b3527d970ca6b99536168c8a013ed858e9eed395bfeeb44d5
|
|
| MD5 |
e3d4f093b3ec675be6f1b4b3fc2da5b3
|
|
| BLAKE2b-256 |
e1769a7affbddc339be8c6c7c28055d0eaaf680f2724072623fc3b6a7c1428b5
|