Code Monkey home page Code Monkey logo

matcher's People

Contributors

henrygilbert22 avatar ruidazeng avatar sandbornm avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

matcher's Issues

TypeError: unsupported operand type(s) for +: 'int' and 'list'


FileNotFoundError Traceback (most recent call last)
Cell In[4], line 10
7 part_pdf_ci=0.999
8 confidence_bound=0.999
---> 10 run_experiment(part_type, part_dim, num_samples, meta_pdf_ci, part_pdf_ci, confidence_bound)
12 mlflow.log_param("part_type", part_type)
13 mlflow.log_param("part_dim", part_dim)

Cell In[1], line 156, in run_experiment(part_type, part_dim, num_samples, meta_pdf_ci, part_pdf_ci, confidence_bound)
154 def run_experiment(part_type: str, part_dim: int, num_samples: int, meta_pdf_ci: float, part_pdf_ci: float, confidence_bound: float):
--> 156 con_parts = load_part_data(part_type)
157 upper_collision_rate = run_meta_markov_multivariant_analysis(con_parts, part_dim, num_samples, meta_pdf_ci, part_pdf_ci, confidence_bound)
158 print(f"Upper collision rate: {upper_collision_rate * 100}%")

Cell In[1], line 30, in load_part_data(part_type)
27 def load_part_data(part_type: str) -> List[Part]:
29 parts = []
---> 30 for part_dir in os.listdir(f'psig_matcher/data/{part_type}'):
32 sensor = part_dir[1:]
33 measurement_files = glob.glob(f'psig_matcher/data/{part_type}/{part_dir}/*.npy')

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'psig_matcher/data/CON'

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.