Kacper Sokol

Results 18 issues of Kacper Sokol

Development Status now matches the `status` parameter in `settings.ini`.

**Describe the bug** The extension overwrites the id of the `div.highlight pre` element with `codecell#` (if it already has one). The expected behaviour would be to use the id that...

bug

# Fix these * different page numbers from Part III (p.129) * certain mathematical symbols are not displayed correctly, including * ⊢ displayed as | * ⊬ displayed as |;/...

## Python version - [ ] 2.x - [ ] 3.6.x - [X] 3.7.x ## Package versions - fat-forensics: 0.1.1 ## Description Merging segments and setting segmentation do not update...

bug

Please check that you have already viewed existing issues and that the bug you are reporting is new. ## Python version - [ ] 2.x - [ ] 3.6.x -...

bug

--- name: Gradient Explainer about: This PR implements a simple gradient explainer --- ## Description Just a gradient explainer -- work in progress. ## Reason behind implementation N/A ## Are...

As a reader I want to hover a mouse over a term in an equation and see its meaning to avoid searching it through the text. I think that interactive...

Currently the aim is to use `matplotlib` for all sorts of plots; an integrated web interface for this would be really useful.

feature

Right now filesystem paths are created through string concatenation. This has to be changed to `os.path.join()` for robustness: * [line 38](https://github.com/honeynet/cuckooml/blob/2e5c87e98daeae43c0f560611cb6645b62f4ec92/modules/processing/cuckooml.py#L38) * [line 143](https://github.com/honeynet/cuckooml/blob/2e5c87e98daeae43c0f560611cb6645b62f4ec92/modules/processing/cuckooml.py#L143) * [line 166](https://github.com/honeynet/cuckooml/blob/2e5c87e98daeae43c0f560611cb6645b62f4ec92/modules/processing/cuckooml.py#L166) * [line 1079](https://github.com/honeynet/cuckooml/blob/2e5c87e98daeae43c0f560611cb6645b62f4ec92/modules/processing/cuckooml.py#L1079)...

At the moment at most one parameter settings and clustering results can be stored per clustering algorithm. It should be extended to allow storing results of clustering for multiple parameter...

enhancement