xgboost
Here are 1,486 public repositories matching this topic...
-
Updated
Jul 1, 2021 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 10, 2021 - Jupyter Notebook
-
Updated
Jul 26, 2021 - C++
Support Series.between
Our xgboost models use the binary:logistic'
objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
-
Updated
Aug 19, 2019 - R
-
Updated
Jul 25, 2021 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Feb 10, 2021 - Python
Details in discussion mljar/mljar-supervised#421
-
Updated
May 21, 2021 - Python
/kind feature
Describe the solution you'd like
In pkg/apis/serving/v1beta1/inference_service_defaults.go
the default InferenceService resource requests and limits are hard coded to be 1 cpu and 2Gi memory. These are reasonable defaults. However, the entire existence of these defaults should be disablable. Moreover, administrators should be able to quickly adjust defaults globally via t
-
Updated
Jul 25, 2021 - Python
-
Updated
Jan 20, 2021 - Python
-
Updated
Jan 30, 2020
-
Updated
Jul 16, 2021 - Jupyter Notebook
-
Updated
Feb 22, 2021 - Java
-
Updated
Mar 29, 2020
-
Updated
Dec 12, 2020 - Jupyter Notebook
-
Updated
Jul 1, 2021 - Python
-
Updated
Jul 1, 2019 - Python
-
Updated
Sep 4, 2019 - C++
-
Updated
Nov 27, 2019 - Java
-
Updated
Jun 13, 2019 - Java
-
Updated
Mar 16, 2021 - Python
-
Updated
Apr 28, 2021 - Go
Improve this page
Add a description, image, and links to the xgboost topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xgboost topic, visit your repo's landing page and select "manage topics."
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.