-
I'm using legendflex in thousands of programmatically generated figures; I typically save both a matlab .fig and a .png for each, but sometimes the png ends up being inappropriately sized for its end …
-
Hi,
I tried asking for just the lensing power spectrum (by setting 'output' to 'lCl') and found that this under-
predicts the spectrum by a factor of several (left panel). (The "correct" result …
-
`http://shuokay.com/2016/06/11/optimization/`
-
I would like to know if it is possible to use "compute_sample_weight" within "cross_val_predict" to provide sample weights in fit_params?
I'm using the following code:
`y_pred = cross_val_predict(…
-
For a single line this code works extremely well. However, presumably due to the listeners, if you start adding 10+ lines on the plot it gets really slow. Currently calls to `plotBig` create new objec…
-
I have some code like this (similar to n-d example)
```
cc_parametrized_ratio = ClassifierRatio(CalibratedClassifierCV(
base_estimator=clf,
cv="prefit", # keep the pre-trained classifier
…
-
您好我在运行Tianchi-BigData/Mobile_Recommendation/model_based/gbdt_on_subsample.py时出现了这样的问题
Traceback (most recent call last):
File "gbdt_on_subsample.py", line 726, in
GBDT_clf.fit(train_X, train…
-
Hi,
I had a question regarding the PyTorch implementation of LearnedMixin. https://github.com/chrisc36/debias/blob/af7f0e40f9120ae2d3081cb8a2bf4dad64a18aa7/debias/bert/clf_debias_loss_functions.py#…
-
**Is your feature request related to a problem? Please describe.**
I noticed you used the weighted F1 score as the default metric for F1.
Sometimes, you don't want to just use the weighted version.…
-
When generating counterfactual explanations then looking at the factual in the explanation structure returned, I observe small differences. Namely, the value in column "BP" changes a bit. MWE follows:…