kaizen-ai / kaizenflow

KaizenFlow is a framework for Bayesian reasoning and AI/ML stream computing
GNU General Public License v3.0
112 stars 76 forks source link

Debug the Kaizenflow pipeline #1090

Closed tkpratardan closed 3 months ago

tkpratardan commented 4 months ago

There are two issues in this pipeline:

  1. Unable to append the preprocessing node to the DAG (file: research_amp/soccer_prediction/kaizenflow_soccer_prediction.ipynb) image

    1. Merging the original dataframe along with the output of the double-poisson model.
      • As the output df from the node contains on the only the target variable, we have to find a way to merge the output to the original dataframe.

@sonaalKant @gitpaulsmith @gpsaggese

gpsaggese commented 3 months ago

Probably @gitpaulsmith can see the problem right away.

tkpratardan commented 3 months ago

Resolved in #1082