Skip to content

Firebase ML - adding AutoML support #983

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

Merged
merged 6 commits into from
Aug 11, 2020
Merged

Firebase ML - adding AutoML support #983

merged 6 commits into from
Aug 11, 2020

Conversation

ifielker
Copy link
Contributor

@ifielker ifielker commented Aug 6, 2020

Adding AutoML support

Copy link
Contributor

@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks mostly good. A few questions and suggestions.

@hiranya911 hiranya911 assigned ifielker and unassigned hiranya911 Aug 7, 2020
Copy link
Contributor

@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good. Few comments on the type hierarchy of ModelOptions and modifying objects during tests.

});
});

// Waiting for BE fix.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then I don't think the description of the test is correct. I don't see any code that handles a rejection in the body of the test.

displayName: 'node-integ-test-update-automl'
}).then((model) => {
const modelOptions: admin.machineLearning.ModelOptions = {
tfliteModel: { automlModel: 'this will be replaced below' },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not? It's still be in the scope of the getAutoMLModelReference().then(). So everything in that block should see it.

@hiranya911 hiranya911 removed their assignment Aug 10, 2020
Copy link
Contributor

@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanka. LGTM 👍

@hiranya911 hiranya911 removed their assignment Aug 11, 2020
@ifielker ifielker merged commit 7d02ba9 into ml-automl Aug 11, 2020
@ifielker ifielker deleted the if-automl-2 branch August 11, 2020 00:01
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.

2 participants