Git Product home page Git Product logo

Comments (4)

polong-lin avatar polong-lin commented on July 19, 2024 1

Closing this issue, but feel free to re-open if it is still unclear -- thank you!

from fraudfinder.

artefactop avatar artefactop commented on July 19, 2024

This is what I get in the customers table the feature_ts make none sense to me. Each row should have each own different feature_ts value.

customers

from fraudfinder.

artefactop avatar artefactop commented on July 19, 2024

One more thing:
I changed this

PARSE_TIMESTAMP('%Y-%m-%d %H:%M:%S', CONCAT(@END_DATE_TRAIN, ' ', STRING(TIME_TRUNC(CURRENT_TIME(), SECOND))), 'UTC') AS feature_ts,

for this

a.TX_TS AS feature_ts,

and looks like now the features have the correct time

customers_ts

from fraudfinder.

inardini avatar inardini commented on July 19, 2024

Hi @artefactop,

Thanks for reaching out to the FraudFinder team.

We want you to know that we recognized the issue related with the query variable and the date replacement within the backfill function. Also we verified the feature engineering process and we reproduced the incorrected behavior where each row of the entity tables have each row with the same feature_ts value.

Thanks to your feedback, we decided to simplify the feature engineering process which was originally designed to simulate a scheduled daily process. In the upcoming release, aggregated feature values will be computed based on transaction timestamp. Consequently, you will create new feature values in your feature store using the transaction timestamp. And a new batch of features will be retrieved by point-in-time query which will find the most up-to-date feature values looking up the transaction timestamp and the label timestamp.

Best regards,

FraudFinder Team

from fraudfinder.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.