Giter Club home page Giter Club logo

chenhongge / robusttrees Goto Github PK

View Code? Open in Web Editor NEW
66.0 66.0 11.0 6.75 MB

[ICML 2019, 20 min long talk] Robust Decision Trees Against Adversarial Examples

Home Page: https://arxiv.org/pdf/1902.10660.pdf

License: Other

CMake 1.05% Makefile 0.70% R 12.57% Shell 1.00% M4 0.04% Rebol 0.01% C 1.62% C++ 41.10% Python 12.90% Java 5.71% Scala 13.68% Cuda 9.62%
adversarial-examples decision-trees gbdt gbm gbrt robust-decision-trees xgboost

robusttrees's People

Contributors

chenhongge avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

robusttrees's Issues

Issues with xgboost

I am trying to follow the README to get started with this project. So far I ran

make

in the xgboost directory. I successfully created the project. Then I downloaded the conf files by running

./download_data.sh

Then I went up a directory and I gave permissions to xgboost like so

chmod +x ./xgboost

I followed the example

./xgboost data/ori_mnist.conf

However, I get back

zsh: permission denied: ./xgboost

I manually installed xgboost with pip. It works for some cases, but not for the one shown below:

xgboost data/ori_mnist.conf       
Error running xgboost:

Invalid Input: 'robust_exact', valid values are: {'approx', 'auto', 'exact', 'gpu_hist', 'hist'}
Use xgboost -h for showing help information.

Using monotone_constraints with the method 'robust_exact'

Environnment :

Python 3.6 with ubuntu

Bug :

The monotone_constraints parameters have unexpected behavior with the robust tree method.

Condition :

XGBRegressor(monotone_constraints = monotone_constraints, tree_method = 'exact') works fine, but XGBRegressor(monotone_constraints = monotone_constraints, tree_method = 'robust_exact', robust_eps = 0) have different behavior.

(First time posting an issue, let me know if you want more information, and thank you anyway for this great code that you've provided !)

Open source effort inquiry

Thank you again for your paper and presentation. I absolutely love the idea! I was wondering if there is any effort underway to have this idea on scikit-learn or xgboost libraries? A "robustness" parameter for the model classes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.