Skip to content
#

eda

Here are 857 public repositories matching this topic...

PSUlion16
PSUlion16 commented Apr 9, 2020

As a user,

It would be nice to have the "Observed Value" Field be standardized to show percentages of "successful" validations, vs a mix of 0% / 100%. This causes confusion as there are different levels of validation outputs with different verbage (making someone not used to the expectations confused) I've given an example below in a screenshot for what I mean:

![image](https://user-images.g

Luke-in-the-sky
Luke-in-the-sky commented Jun 3, 2018

Hi there,

I think there might be a mistake in the documentation. The Understanding Scaled F-Score section says

The F-Score of these two values is defined as:

$$ \mathcal{F}_\beta(\mbox{prec}, \mbox{freq}) = (1 + \beta^2) \frac{\mbox{prec} \cdot \mbox{freq}}{\beta^2 \cdot \mbox{prec} + \mbox{freq}}. $$

$\beta \in \mathcal{R}^+$ is a scaling factor where frequency is favored if $\beta

imphil
imphil commented Mar 23, 2020

FuseSoC supports use flags, but doesn't document which use flags are actually set. This needs to be documented.

Currently we set:

  • A target use flag target_TARGETNAME, e.g. target_sim if fusesoc is called with --target=sim.
  • A tool use flags tool_TOOLNAME, e.g. tool_verilator if fusesoc is called with --tool=verilator

Support for user-defined use flags is being developed in #26

EugeneZelenko
EugeneZelenko commented Apr 13, 2020

It'll be great to make -help/--help as aliases for command line argument -h. Looks like changes should be done in layApplication.cc and gtfui.cc.

It may be reasonable to introduce non-abbreviated versions for other command line arguments too.

inspectdf
RoelVerbelen
RoelVerbelen commented Apr 1, 2020

To improve spotting differences between datasets visually
(especially when there are many columns) it would be helpful if one could sort the categorical columns by the Jensen–Shannon divergence.

The code below tries to do so but it seems to distort the labels on the y-axis. Also, in case the jsd column contains missing values, those variables are deleted from the graph.

library(in
100-Days-Of-ML-Code
NeuroKit
DominiqueMakowski
DominiqueMakowski commented Jan 18, 2020

Examples ideas

Examples are short, specific and self-contained articles about specific topics or possibilities.

  • Understanding NeuroKit: how to see what a function does in the docs, then its code on github, then where is the code located on your machine, and where you can try to make changes/fixes
  • How to contribute: once some change/fixes are mde, how to push back to

Improve this page

Add a description, image, and links to the eda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eda topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.