-
```
#-*- coding:utf-8 -*-
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
from sklearn.datasets import load_iris
from sklearn.tree import DecisionTreeClassifier
import json
import numpy…
-
* Python 3.5
* XGBoost '0.7.post3'
* sklearn '0.19.1'
* Pandas '0.22.0'
* ELI5 '0.8'
I'm working on a regression problem in insurance. XGB outperforms sklearn's tree ensembles. ELI5's show_weig…
-
Hello @yjxiong, @Tonyfy, I am trying to regenerate proposals on ActivityNet v1.2 (in order to run the ssn algorithm afterwards) using your code to train binary actionness classifiers and generate prop…
-
Hello,
After going through the process to get everything built and running, when I start syzkaller none of the fuzzers appear to be working.
```
~/razzer/tools/race-syzkaller/exp$ sudo -E ./run…
-
I'm not sure where would be a good point to discuss this, but I think some of the OpenML100 are too easy.
Why? I looked at the first *ten* run on each of the tasks and checked the best accuracy and A…
-
I try to add a test for lightgbm, but i found multiclass classification seems to have error:
```
=================================== FAILURES ===================================
_______ TestLGBMC…
-
Let's assume I created and trained some DNN model (via python api) and then I want to deploy it into some standalone c++ project.
How can I do it? Can you give me any advices?
-
Hi,
I have saved a RandomForestClassifier model in python, and load it in Scala and compare the test data result, for my test, 18% of them are different from each other. I have been trying differen…
-
When performing grid search using GridSearchCV using ootb scoring method 'roc_auc' and ootb GMM classifier from sklearn.mixture.GMM I get an index error.
Code to reproduce:
```
from sklearn import da…
-
# -*- coding: utf-8 -*-
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in comp…