-
I wrote a cron schedule string wrong, and got some strange behaviour in return.
```
import cron4s._
import cron4s.lib.javatime._
import java.time._
import java.time.temporal.ChronoUnit
import …
-
There are a number of algorithms we can choose from. Some are much easier than others. Our implementation that uses this algorithm should be generic such that we can swap out the algorithm with minor …
-
I am trying to fit a data with dimension around 600*11 with continuous Y (regression problem). However, it seems like the training is taking on forever. I don't know how it is going to work since I th…
-
The code seems to be optimizable. Simply moving the vblank() check to the beginning improves maximum framerate by 20..25% in my tests.
And maybe it would be better to retrieve to colors in priority…
-
The current implementation of most_similar is NOT efficient. I've found that [Annoy](https://github.com/spotify/annoy) can be used to yield a better performance.
Here is my code:
``` python
import l…
-
Google published a whitepaper http://www.google.com/trends/correlate on approximate kNN queries. See how it could apply to gensim & semantic similarity searches.
Background:
- currently, gensim does …
-
usually these just make as specific of assignments as they can.
-
*Issue migrated from trac ticket # 17594*
**component:** base | **priority:** normal | **resolution:** fixed | **keywords:** wxImage, Scale
#### 2016-07-10 23:42:19: normvcr created the issue
___
…
-
This is going to be quite difficult, since you will only have data points for 20 locations in Germany. It probably requires a 'growth' algorithm where data points reach out until the meet one another.…
-
I noticed some strange behaviour when a cell is going across a subdomain border and has to spread forces to the subdomain left behind. It appears as the flow velocity goes to ~0 in a small subset of t…