windowshopr

Results 40 issues of windowshopr

! ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY ! ## Steps to Reproduce (for bugs) 1. Not a bug, just need guidance 2. 3. 4. ## Your Environment *...

Anybody come across these kinds of results? ![image](https://user-images.githubusercontent.com/40477419/147378389-f9e11c84-9137-4b90-a8be-4538aab1bedc.png) This run starts with a 10,000 balance, which is default. The total rewards is positive, suggesting it's profiting, but the total money...

**Describe the bug** To reproduce: Windows 10 Python 3.7.9 1. Install Docker desktop 2. Run the install docker command for scylla as recommended on the first page 3. Navigate to...

When training TPOT using Dask, you can navigate to the WebUI on port 8786, and see an output like this: ![image](https://user-images.githubusercontent.com/40477419/182690333-32160b10-dab0-49f0-9f7c-0e9d2353a708.png) ...which lets you monitor the scheduled tasks. Which is...

`Windows 10, Python 3.10.5, scikit-learn==1.1.1, TPOT==0.11.7, dask==2022.7.0, dask-glm==0.2.0, dask-ml==2022.5.27` Just trying to run a regression training session with a BIG (out of memory) `parquet` dataset that I created in another...

[provide general introduction to the issue and why it is relevant to this repository] Just performed a fresh install of TPOT (Windows 10, Python 3.7.9) using the following commands in...

I love being able to use Grammarly for VSCode, works awesome! However I do have a feature request. It would be cool if there was a checkbox in the settings...

**Describe the bug** Trying to use XSStrike on Windows 10, Python 3.7.9 and the DVWA XSS (DOM) page. I stored [this payload list](https://github.com/payloadbox/xss-payload-list/blob/master/Intruder/xss-payload-list.txt) into a `payloads.txt` file, then when I...

Hey, I'm having an issue with these two functions. I am using the below code: ``` ecg = nk.ecg_preprocess(ecg=data, sampling_rate=sample_rate) rpeaks = ecg["ECG"]["R_Peaks"] ecg = ecg["df"]["ECG_Filtered"] ecg_waves = nk.ecg_wave_detector(ecg=ecg, rpeaks=rpeaks)...