-
Add deoverlapping techniques for All Clear validation.
For triggered forecasts:
- Select all forecasts generated from the same flare/CME trigger
- Choose an "any" result for hits, false alarms …
-
Hi, thanks for sharing such amazing work.
As inferred from the work, I think you just randomly sample negatives from the whole training dataset?
I wonder why you didn't use hard negatives sample…
-
As mentioned earlier, here are a few bugs I found:
```JS
import {
//**/
foo
} from "./foo.js"
```
Gives
> Error resolving module specifier: ./foo.js ... at .js:4:7
[Live here](h…
pygy updated
9 months ago
-
The [documentation](https://docs.rs/parry2d/latest/parry2d/utils/fn.point_in_poly2d.html) says:
> Tests if the given point is inside of a polygon with arbitrary orientation.
which sounds like it s…
-
Hi,
I'm trying to fine-tune a model on my dataset but I'm having some troubles. In my dataset I have pairs of documents, topics (queries) and their scores (0 - not relevant, 1 - relevant). Only 10%…
-
Based on the pairing rules defined, there are two possible outcomes when generating the FHIR resources that represent a condition (e.g., diabetes, MI, HF, etc): the FHIR resource is created, with an '…
-
Just wanted to mention that there are some negatives to having your repo marked as a fork, if you plan to have it up for the long-term:
1) You [can't use the search function](https://github.com/dmurv…
-
For some reason, `url.exists()` has different behaviour between OSX, Linux, and Windows, where using the function in Windows falsely returns `FALSE` values on URLs that do exist. For example:
```r
…
-
A negative value in movetype has a special meaning:
["If the defense value is negative, then the unit will be hit as though the value were positive with one difference: the number is also the best …
-
False negatives:
* using indexed-repeat() to get the value of the same node in a different repeat instance
* using a predicate that includes ".", e.g. `count(//text1[normalize-space(.)=“yes”])`