Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@cgranade
Copy link
Contributor

No description provided.

}
mutable mBest = Length(probabilities);
mutable bBest = bias;
mutable bLeft = 0.5 - max0;
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know where our style guide lands; do we always want to declare only one variable at a time? Because at least bLeft and bRight sound like they belong together, and I would suggest declaring them in one statement.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, I would like to refactor this function in particular much further.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If it's OK, I'd like to do so in a follow-up PR.

@cgranade cgranade merged commit 1423aca into feature/qml Nov 26, 2019
@cgranade cgranade deleted the cgranade/simplify-classification-api branch November 26, 2019 20:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants