Giter Club home page Giter Club logo

cmdiagnostor's People

Contributors

anonymous-submission-2779 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cmdiagnostor's Issues

pkl文件

代码1177行pickle.load(open('','rb')的参数要写什么呀

关于数据集

请问可以分享处理后的火车票平台数据吗?还有数据集放在哪里和运行过程有更详细的说明吗?
谢谢!

an error in the code

i noticed there is an error in the code, in the following def function:

def root_cause_exploration(cg):
        for entry_span in ec_anomaly_entry_spans:
                for temp_span in temp_span_list:
                            if temp_span.ec_anomaly:
                                  temp_similarity = compute_pearsonr_between_two_spans(entry_span, temp_span, 'ec')
                                  if temp_similarity > microhecl_threshold:
                                           cache_span_list.append(temp_span)
                                  else:
                                            #  代码错误,root_cause应该是temp_span
                                            #root_cause = Root_Cause(entry_span, entry_span.callee.get_turple(), entry_span.ec_similarity)
                                            root_cause = Root_Cause(temp_span, temp_span.callee.get_turple(), temp_span.ec_similarity)
                                            cg.ec_root_cause_list.append(root_cause)
                                 flag = True

so if temp_similarity < microhecl_threshold, temp_span should be the root cause, not the entry_span, am i right?

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.