Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up unneccesary todos in _get_model_state_from_last_generator_run #2476

Closed
wants to merge 2 commits into from

Conversation

mgarrard
Copy link
Contributor

Summary:
Since we decided to keep a 1 fitted model : 1 node relationship the note about this being uncompatable with GenNodes is irrelevant now, easy compatability :)

Also removed the todo about moving to gennodes - i think it's okay where it is, but if we want to move _fit_current_model and _get_model_state_from_last_generator_run to GenerationNode, that doesn't seem unreasonable and we can keep the todo

Reviewed By: lena-kashtelyan

Differential Revision: D57444926

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label May 22, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57444926

…r node (facebook#2469)

Summary:

This diff adds the functionality to generate multiple generator runs per node in a trial that uses multiple nodes. 

In follow up diffs we will:
1. Support fixed features -- there is ongoing discussion about fixed features on lena-kashtelyan's recent diff, and we may be able to leverage the solution there/help build it out
2. merge this gen method with our standard gen method

Reviewed By: saitcakmak, lena-kashtelyan

Differential Revision: D57398578
facebook#2476)

Summary:

Since we decided to keep a 1 fitted model : 1 node relationship the note about this being uncompatable with GenNodes is irrelevant now, easy compatability :) 

Also removed the todo about moving to gennodes - i think it's okay where it is, but if we want to move _fit_current_model and _get_model_state_from_last_generator_run to GenerationNode, that doesn't seem unreasonable and we can keep the todo

Reviewed By: lena-kashtelyan

Differential Revision: D57444926
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57444926

@codecov-commenter
Copy link

codecov-commenter commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.25%. Comparing base (d1164d7) to head (c97487b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2476      +/-   ##
==========================================
- Coverage   95.26%   95.25%   -0.01%     
==========================================
  Files         485      485              
  Lines       47384    47424      +40     
==========================================
+ Hits        45138    45176      +38     
- Misses       2246     2248       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 449141e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants