Giter Site home page Giter Site logo

Comments (7)

sudiptoguha avatar sudiptoguha commented on June 21, 2024

Thanks for letting us know. The failure is that the random cut was outside the bounding box. One is guessing there is some intervening data? Just the following test did not produce the error (because it does not invoke line 172 in RandomCutTree). Given that the seed is fixed, the error should be reproducible with the intervening data.

(on an orthogonal note, 150 trees may be more than you need ... given it is only 3 dimensional data)

@Test
public void Issue374(){
    RandomCutForest forest = RandomCutForest.builder() .numberOfTrees(150) .dimensions(3) .sampleSize(256) .timeDecay(0.8) .outputAfter(256) .randomSeed(123) .build();
    forest.update(new float[] {2.026634f, 2.2139728f, 0.0f});
}

from random-cut-forest-by-aws.

sudiptoguha avatar sudiptoguha commented on June 21, 2024

Hopefully PR 376 will resolve this specific issue.

from random-cut-forest-by-aws.

zuoxiang95 avatar zuoxiang95 commented on June 21, 2024

@sudiptoguha Thanks, I will try this version.

from random-cut-forest-by-aws.

zuoxiang95 avatar zuoxiang95 commented on June 21, 2024

hello @sudiptoguha , I can't find new version "3.5.1" jar package in maven repository website. Could you please upload the new version code?

from random-cut-forest-by-aws.

amitgalitz avatar amitgalitz commented on June 21, 2024

Hi @zuoxiang95, 3.5.1 should be posted to maven now.

from random-cut-forest-by-aws.

sudiptoguha avatar sudiptoguha commented on June 21, 2024

Thanks Amit!

from random-cut-forest-by-aws.

zuoxiang95 avatar zuoxiang95 commented on June 21, 2024

Thanks, guys!

from random-cut-forest-by-aws.

Related Issues (20)

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.