Skip to content

Conversation

turkunov
Copy link
Contributor

@turkunov turkunov commented Feb 6, 2025

Implementation of ROC Area Under Curve, a metric used for measuring predictive quality of a binary classifier.

Input: true labels and predicted probabilities
Output: ROC AUC rounded to 5 floating points

Implementation of ROC Area Under Curve, a metric used for measuring predictive quality of a binary classifier.

Input: true labels and predicted probabilities
Output: ROC AUC rounded to 5 floating points
The logistic model (or logit model) is a statistical model that models the log-odds of an event as a linear combination of one or more independent variables.

* Input:
  * X, y
  * learning_rate
  * iterations - n of epochs
* Output:
  * list of updated parameters
  * list of recorded losses over iterations (starting from 0)
@turkunov
Copy link
Contributor Author

turkunov commented Feb 6, 2025

Solves #235

@turkunov turkunov mentioned this pull request Feb 6, 2025
@moe18
Copy link
Collaborator

moe18 commented Mar 23, 2025

need to update how we render the learn section on the site, so it deals with charts better in the learn section, but the code and the learn section seem good

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