Jagatheesan Jag

Results 11 issues of Jagatheesan Jag

Hi, Thank you for this library. Currently, I am trying to use online learning as demonstrated in [https://github.com/reservoirpy/reservoirpy/blob/master/tutorials/Online learning/online_learning_example_MackeyGlass.py](https://github.com/reservoirpy/reservoirpy/blob/master/tutorials/Online%20learning/online_learning_example_MackeyGlass.py) for a **classification** task. The input dataset is of the shape...

**Is your feature request related to a problem? Please describe.** I wish [cuML Ridge Regression](https://docs.rapids.ai/api/cuml/stable/api.html#cuml.Ridge.fit) supports multi-target ( `y = (n_samples, n_targets)` ) such as [Sklearn Ridge Regression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html#sklearn.linear_model.Ridge.fit)

feature request
? - Needs Triage
inactive-30d
inactive-90d

Hi @FilippoMB, I noticed that for the dataset that I'm using, the result of tensorPCA yields a **complex data type** Numpy array. This in turn causes an error in the...

Hi @kevinhughes27, I have a dataset that has 2 million-plus samples. Can I do `partial_fit` and `transform` in the same iteration loop as (1) or the `partial_fit` needs to be...

Hi @arvkevi, Thank you for this cool library! 💯 I am experimenting with the following code: ```python from kneed import KneeLocator import matplotlib.pyplot as plt x = [0.90000, 0.99000, 0.99900,...

Hi, I would like to propose the inclusion of echoed-resonance (ECR) gate into BQSKit. Reason being, I believe it will be useful when compiling to native gate sets of devices...

feature request

This PR addresses https://github.com/cda-tum/mqt-bench/issues/282. In summary, a new module called `bsqkit_helper` is created to integrate [BSQKit](https://bqskit.readthedocs.io/en/latest/index.html) into MQTBench. There are some open issues. Namely, QASM generation of the benchmark is...

This PR addresses https://github.com/cda-tum/mqt-bench/issues/287. BQSKit is added as the **newest** 🎉 compiler in MQTBench website. A screenshot of the updated website is as below. I’ve added BSQKit before Qiskit and...

### What's the problem this feature will solve? This issue is created to document integrating [BQSKit](https://bqskit.readthedocs.io/en/latest/index.html) into MQTBench benchmark viewer ([website](https://www.cda.cit.tum.de/mqtbench/)) module. User will be able to generate BQSKit compiled...

### What's the problem this feature will solve? This issue is created to document integrating [BQSKit](https://bqskit.readthedocs.io/en/latest/index.html) into MQTBench benchmark generation module. User will be able to generate BQSKit compiled benchmarks...