mloda-community-example-a 0.2.5__py3-none-any.whl → 0.2.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mloda/community/feature_groups/example/example_a/__init__.py +5 -0
- mloda/community/feature_groups/example/example_a/example_a_feature_group.py +14 -0
- {mloda_community_example_a-0.2.5.dist-info → mloda_community_example_a-0.2.7.dist-info}/METADATA +1 -1
- mloda_community_example_a-0.2.7.dist-info/RECORD +6 -0
- {mloda_community_example_a-0.2.5.dist-info → mloda_community_example_a-0.2.7.dist-info}/WHEEL +1 -1
- mloda_community_example_a-0.2.7.dist-info/top_level.txt +1 -0
- mloda_community_example_a-0.2.5.dist-info/RECORD +0 -4
- mloda_community_example_a-0.2.5.dist-info/top_level.txt +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"""Example A FeatureGroup implementation."""
|
|
2
|
+
|
|
3
|
+
from typing import Any
|
|
4
|
+
|
|
5
|
+
from mloda.community.feature_groups.example.community_example_feature_group import CommunityExampleFeatureGroup
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ExampleAFeatureGroup(CommunityExampleFeatureGroup):
|
|
9
|
+
"""Example A FeatureGroup extending the community example base."""
|
|
10
|
+
|
|
11
|
+
@classmethod
|
|
12
|
+
def calculate_feature(cls, data: Any, features: Any) -> Any:
|
|
13
|
+
"""Return example A specific data."""
|
|
14
|
+
return {"example_a": "data", "source": "community_example_base"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
mloda/community/feature_groups/example/example_a/__init__.py,sha256=4QdcyrlQS1U2LjXr37ddtucuuq-Nm8oqtcBMCv53dJY,181
|
|
2
|
+
mloda/community/feature_groups/example/example_a/example_a_feature_group.py,sha256=QtdMhJGDpu8vFSy5cU4c52i-qehoAQ04bm5WVbE8EP8,515
|
|
3
|
+
mloda_community_example_a-0.2.7.dist-info/METADATA,sha256=aWCEVoztVe1XmoOBgrz-pFPb3FS6tfRrktyAyFgb1_s,489
|
|
4
|
+
mloda_community_example_a-0.2.7.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
5
|
+
mloda_community_example_a-0.2.7.dist-info/top_level.txt,sha256=srwNjqzXpP1WfLRhbrVc9JLt8TdfsaQe-Th7cGcAvYY,6
|
|
6
|
+
mloda_community_example_a-0.2.7.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
mloda
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
mloda_community_example_a-0.2.5.dist-info/METADATA,sha256=mmXkLPkawMevGKTptW-SwL00aBBh5eZ_yMgd_LomxIs,489
|
|
2
|
-
mloda_community_example_a-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
3
|
-
mloda_community_example_a-0.2.5.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
-
mloda_community_example_a-0.2.5.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|