-
**Submitting author:** @weber1158 (Austin M. Weber)
**Repository:** https://github.com/weber1158/eds-classification
**Branch with paper.md** (empty if default branch):
**Version:** v1.3.0
**Editor:**…
-
## 🚀 Feature
The `ignore_index` argument in e.g. the `AUROC` metric allows one to specify a label that will be ignored. This works great when some batch elements are to be ignored. When calling the…
-
**Snapdragon Elite X Dev Kit:**
```cpp
PS C:\qc_npu_benchmark> py benchmark_matmul.py
Error in cpuinfo: Unknown chip model name 'Snapdragon(R) X Elite - X1E001DE - Qualcomm(R) Oryon(TM) CPU'.
Plea…
-
Hi SPLASH,
**updated from my initial post**
I've started to run your pipeline and am now stuck on the `SPLASH_extendor_classification.R` and am troubleshooting line-by-line.
Using the paramet…
-
#### Describe the bug
Pandas has extended NumPy's dtypes and these dtypes extensions are not all supported as targets in a sklearn classifier. In particular, if the target y is a Pandas "boolean"…
-
Hi all,
As far as I know, the loss function for EBM is cross-entropy for classification tasks and MSE for regression tasks. However, I’m not sure what the loss function is for each shape function (de…
-
When I test boundary attack in target=True settings and provide the target label like this:
boundary = BoundaryAttack(estimator= kclassifier,
batch_siz…
-
Hi japan,
there seems to be an issue with label encoding of 'post'. the prob is, when i try to visualize, the classes should be vice-versa right, but 1 seems to be blank. could you pls try and check …
Sur-4 updated
2 weeks ago
-
# Cell 1: Import Libraries
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import pennylane as qml
from sklearn.preprocessing import StandardScaler
…
-
Use additional shorter windows to differentiate spikes which have different "elbows"
Can also used Neighborhood component analysis or LDA to find what time-points in the spike-snapshot are MOST use…