Chanchana Sornsoontorn

Results 59 comments of Chanchana Sornsoontorn

I always set the weights of the target model with the source model and check the accuracy of the target model before training to ensure similarity with the source model....

https://naturalintelligence.github.io/imglab/

Is v2 usable now? On Sat, Jun 30, 2018 at 8:08 PM Amit Gupta wrote: > this is v1. We're no longer doing any change on v1. All the bugs...

You could try training in dlib train_shape_predictor and you would see the error. The text doesn't look suspicious but the BOM utf8 encoding is. From looking at the file using...

Yes. OSVR seems to have timewarp feature. You can check it in your headset screen by rotating it fast and see if there are black borders. If there are black...

Is MLJar sklearn compatible now? I saw that when I call `sklearn.calibration.is_classifier(automl)` it is false because there's no `_estimator_type` attribute defined.

Another attribute that is missing is the `classes_` attribute. I'm trying to call this function `sklearn.calibration.CalibrationDisplay.from_estimator(automl, X_train, y_train, n_bins=10, name='train')` which is basically just plotting reliability curve of a classifier.

I've checked and it seems to be the case that CatBoost is the cause.

I mean that the warning appears when CatBoost is inside the algorithms list. The warning stops when I remove it from the list.