Skip to content

Supporting code for running predict() on data other than training dat…#111

Open
jmarcusse wants to merge 2 commits intoIDA-HumanCapital:masterfrom
jmarcusse:20260327_predict_on_new_data
Open

Supporting code for running predict() on data other than training dat…#111
jmarcusse wants to merge 2 commits intoIDA-HumanCapital:masterfrom
jmarcusse:20260327_predict_on_new_data

Conversation

@jmarcusse
Copy link
Copy Markdown
Contributor

…a with lgb

Non-training data can now be fed into the predict() function for the lgb_modeler using the argument custom_data.

This mirrors the process for the tensorflow modeler.

Steps for when custom_data is entered:

  • Verify that all of the columns used in the trained model are included in custom_data
  • Ensure that datetime models are converted to numerical in a manner consistent with the training data

@jmarcusse
Copy link
Copy Markdown
Contributor Author

@agelder Let's discuss this change, which is a little complex and requires some judgment calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant