-
-
Save thigm85/8314f157c1ebd19a42cec20ccb6f1671 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feed_batch = [ | |
{ | |
"id": idx, | |
"fields": { | |
"id": idx, | |
"numeric": row["attribute(numeric)"], | |
"categorical": row["attribute(categorical)"] | |
} | |
} for idx, row in features.iterrows() | |
] | |
status = app.feed_batch(feed_batch) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment