Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

More features from python going into Rust#296

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
levkk merged 1 commit intomasterfromlevkk-rust-plus-plus
Sep 1, 2022

Conversation

@levkk
Copy link
Contributor

@levkklevkk commentedSep 1, 2022
edited
Loading

  1. Projects (just like in Python)
  2. Deployments (only latest_trained for now, no metrics yet).
  3. predict like in Python,
  4. Two hyper-parameters for XGBoost:n_estimators andmax_depth.
  5. Batch predictions.
  6. Dump model to debug XGBoost tree / confirm hyper parameters.

Batch predictions

WITH t1AS (SELECT*FROMpgml_rust.diabetesLIMIT5),t2AS (SELECT array_agg(ARRAY[t1.age,t1.sex]) featuresFROM t1)selectpgml_rust.model_predict_batch(1, array_agg(c),5)from (select unnest(features)from t2)as dt(c);

montanalow reacted with hooray emoji
@levkklevkk merged commit7306dde intomasterSep 1, 2022
@levkklevkk deleted the levkk-rust-plus-plus branchSeptember 1, 2022 19:27
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@levkk

[8]ページ先頭

©2009-2025 Movatter.jp