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

feat: support custom optimizers in logistic regression #108

Merged
merged 2 commits into from
Jun 7, 2023

Conversation

polvalente
Copy link
Contributor

No description provided.

@polvalente polvalente self-assigned this Jun 7, 2023
@@ -32,8 +32,9 @@ defmodule Scholar.MixProject do
{:ex_doc, "~> 0.29", only: :docs},
{:nx, github: "elixir-nx/nx", sparse: "nx", override: true},
{:nimble_options, "~> 0.5.2 or ~> 1.0"},
{:exla, ">= 0.0.0", only: [:test, :dev]},
{:explorer, "~> 0.5.1", only: [:test, :dev]}
{:exla, github: "elixir-nx/exla", sparse: "exla", only: [:test, :dev]},
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was getting some weird C++ raise error that went away with this update ¯_(ツ)_/¯

@polvalente polvalente merged commit b310dfe into main Jun 7, 2023
@polvalente polvalente deleted the pv-feat/use-optimus-logistic branch June 7, 2023 07:25
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