Highlights
- Arctic Code Vault Contributor
Pinned
3,293 contributions in the last year
Less
More
Contribution activity
February 2021
Created 115 commits in 25 repositories
Created 1 repository
- sdpython/scikit-learn Python
Created a pull request in scikit-learn/scikit-learn that received 22 comments
ENH Add mean_pinball_loss metric for quantile regression
Reference Issues/PRs Example: Fixes #18911. What does this implement/fix? Add function pinball_error as a new regression scoring function used to e…
+595
−65
•
22
comments
Opened 15 other pull requests in 5 repositories
sdpython/mlprodict
1
open
8
merged
- Tutorial on numpy API for ONNX
- Simplifies onnxfication of FunctionTransformer
- Implements __setitem__ for class OnnxVar
- Move custom operator to a specific method easier to maintain
- Implements __getitem__ for OnnxVar (onnxnumpy)
- Implements numpy functions with onnx
- Add parameter show to plot_onnx.
- Fixes #210, check first models from zoo, fix operator conv when B is not null
- numpy 1.20 does not allow nan values in int64 arrays any more, fix a unit test about imputer