Skip to content

Commit

Permalink
Merge pull request #142 from george0st/change
Browse files Browse the repository at this point in the history
Simplify target + new dataset
  • Loading branch information
george0st authored Apr 10, 2024
2 parents 54fca22 + 86ada79 commit a8178fb
Show file tree
Hide file tree
Showing 38 changed files with 587 additions and 642 deletions.
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.1-agate-redis-csv.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["csv"],
"prj-online": ["redis"]
}
"targets": ["csv", "redis"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.2-agate-redis-parquet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["parquet"],
"prj-online": ["redis"]
}
"targets": ["parquet", "redis"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.3-agate-mysql-csv.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["csv"],
"prj-online": ["mysql"]
}
"targets": ["csv","mysql"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.4-agate-mysql-parquet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["parquet"],
"prj-online": ["mysql"]
}
"targets": ["parquet","mysql"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.5-agate-postgres-csv.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["csv"],
"prj-online": ["postgres"]
}
"targets": ["csv","postgres"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.6-agate-postgres-parquet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["parquet"],
"prj-online": ["postgres"]
}
"targets": ["parquet","postgres"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.7-agate-kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": [""],
"prj-online": ["kafka"]
}
"targets": ["kafka"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.8-agate-parquet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": ["parquet"],
"prj-online": [""]
}
"targets": ["parquet"]
}
}
5 changes: 1 addition & 4 deletions 01-model/01-project/01/01.9-agate-redis.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"kind": "project",
"parent": "agate",
"spec": {
"targets": {
"prj-offline": [""],
"prj-online": ["redis"]
}
"targets": ["redis"]
}
}
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/01-basic-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Party (client, prospect, lead, ...) detail",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/02-basic-contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Contact to party",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/03-basic-relation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Relation between parties",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/04-basic-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Account detail with relation to party",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/05-basic-transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Transactions detail with relation to account",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "account-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/06-basic-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Party events e.g. run app, view paymemt conditions, check account state, show item in shop, send message to friend, etc.",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/07-basic-communication.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Party communication content from e.g. email, chat, phone, etc.",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/11-aggregate-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Party aggregation",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/14-aggregate-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Account aggregation with relation to party",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/15-aggregate-transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Transactions aggregation with relation to account",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "account-bundleid",
Expand Down
4 changes: 0 additions & 4 deletions 01-model/02-feature-set/18-aggregate-circle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "Circle aggregation for e.g. geo, transaction, etc.",
"kind": "feature-set",
"spec": {
"targets": [
"prj-offline",
"prj-online"
],
"entities": [
{
"name": "party-id",
Expand Down
2 changes: 1 addition & 1 deletion 01-model/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The machine learning meta-model with synthetic data (useful for MLOps/feature store), part of the quality gate concept.",
"kind": "model",
"spec": {
"version": "0.2.1",
"version": "0.2.2",
"CSV_SEPARATOR": ",",
"CSV_DECIMAL": "."
}
Expand Down
Binary file modified 02-data/01-size-100/01-basic-party.csv.gz
Binary file not shown.
Binary file modified 02-data/01-size-100/02-basic-contact.csv.gz
Binary file not shown.
Binary file modified 02-data/01-size-100/03-basic-relation.csv.gz
Binary file not shown.
Binary file modified 02-data/01-size-100/04-basic-account.csv.gz
Binary file not shown.
Binary file modified 02-data/01-size-100/05-basic-transaction.csv.gz
Binary file not shown.
Binary file modified 02-data/01-size-100/06-basic-event.csv.gz
Binary file not shown.
Binary file modified 02-data/01-size-100/07-basic-communication.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/01-basic-party.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/02-basic-contact.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/03-basic-relation.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/04-basic-account.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/05-basic-transaction.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/06-basic-event.csv.gz
Binary file not shown.
Binary file modified 02-data/02-size-1K/07-basic-communication.csv.gz
Binary file not shown.
Loading

0 comments on commit a8178fb

Please sign in to comment.