Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ksopyla/a5b0936e7c84b683659a58400f8ac35b to your computer and use it in GitHub Desktop.

Select an option

Save ksopyla/a5b0936e7c84b683659a58400f8ac35b to your computer and use it in GitHub Desktop.

Revisions

  1. @wphicks wphicks revised this gist Jun 15, 2022. No changes.
  2. @wphicks wphicks revised this gist Jun 15, 2022. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions Fraud_Detection_Example.ipynb
    Original file line number Diff line number Diff line change
    @@ -34,8 +34,11 @@
    " - scikit-learn\n",
    " - pip:\n",
    " - tritonclient[all]\n",
    " - xgboost>=1.5\n",
    "```"
    " - xgboost>=1.5,<1.6\n",
    "```\n",
    "\n",
    "### XGBoost 1.6\n",
    "Note that due to a change in XGBoost's JSON serialization format, Triton will not be able to load JSON-serialized models from XGBoost 1.6 until Triton version 22.07."
    ]
    },
    {
  3. @wphicks wphicks revised this gist Jan 12, 2022. 1 changed file with 68 additions and 6239 deletions.
    6,307 changes: 68 additions & 6,239 deletions Fraud_Detection_Example.ipynb
    68 additions, 6,239 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  4. @wphicks wphicks created this gist Jan 12, 2022.
    7,094 changes: 7,094 additions & 0 deletions Fraud_Detection_Example.ipynb
    7,094 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.