Git Product home page Git Product logo

emmv_benchmarks's People

Contributors

ngoix 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

Watchers

 avatar  avatar  avatar  avatar  avatar

emmv_benchmarks's Issues

about one_class_data

dear, i don't find anything about the one_class_data about sklearn.
so,which version about skleatn u use?
please~

Regarding the domain of the Monte Carlo random points

Regarding em_bench_high.py, for the computation of lim_inf, lim_sup and the generation of unif, shall we use X (i.e. concatenation of X_train and X_test) instead of X_ (i.e. X_test only)?

I understand that if the distribution of testing data and training data are very different, MV would become inaccurate if we fire the Monte Carlo points based on the range of testing data only, as those MC points cannot reached the range of the training data. It also seems to me that using X instead of X_ would be more accurate to compute Leb(s >= u). Meanwhile, if we want to follow the same logic of the basic file em_bench.py, I believe we should use the concatenation instead of the testing data only?

Below are the key lines of the current file em_bench_high.py:

    X_train_ = X_train[:, features]
    X_ = X_test[:, features]

    lim_inf = X_.min(axis=0)
    lim_sup = X_.max(axis=0)
    volume_support = (lim_sup - lim_inf).prod()
    if volume_support > 0:
        nb_exp += 1
        t = np.arange(0, 100 / volume_support, 0.001 / volume_support)
        axis_alpha = np.arange(alpha_min, alpha_max, 0.001)
        unif = np.random.uniform(lim_inf, lim_sup,
                                 size=(n_generated, max_features))

Download datasets

Hello there

Is there a place that I can download the datasets you used in the paper? I tried with Google but it seems quite diverse.

Thanks

Understanding the parameters of `em` and `mv` function

Hi there

It is difficult for me to map the parameters of two functions em and mv

em(t, t_max, volume_support, s_unif, s_X, n_generated)

mv(axis_alpha, volume_support, s_unif, s_X, n_generated)

to the description in the paper.

Might you give some hints?

Thanks

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.