
erikerlandson.github.io
tool monkeyRecently I have been applying Kendall’s Tau as an evaluation metric to assess how well a regression model ranks input samples, with respect to …
http://erikerlandson.github.io/
Recently I have been applying Kendall’s Tau as an evaluation metric to assess how well a regression model ranks input samples, with respect to …
http://erikerlandson.github.io/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
4.4 seconds
16x16
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
5
SITE IP
23.235.40.133
LOAD TIME
4.438 sec
SCORE
6.2
tool monkey | erikerlandson.github.io Reviews
https://erikerlandson.github.io
Recently I have been applying Kendall’s Tau as an evaluation metric to assess how well a regression model ranks input samples, with respect to …
Parallel K-Medoids Using Scala ParSeq - tool monkey
http://erikerlandson.github.io/blog/2015/05/06/parallel-k-medoids-using-scala-parseq
Adventures of an unfrozen caveman programmer. Parallel K-Medoids Using Scala ParSeq. Scala supplies a parallel collections library. That was designed to make it easy for a programmer to add parallel computing over the elements in a collection. In this post, I will describe a case study of applying Scala’s parallel collections to cleanly implement multithreading support for training a K-Medoids clustering model. But no notion of summation that could be used to compute a geometric centroid. With this in mi...
Faster Random Samples With Gap Sampling - tool monkey
http://erikerlandson.github.io/blog/2014/09/11/faster-random-samples-with-gap-sampling
Adventures of an unfrozen caveman programmer. Faster Random Samples With Gap Sampling. Update (April 4, 2016): my colleague RJ Nowling. Ran across a paper by J.S. Vitter. That shows Vitter developed the trick of accelerating sampling with a sampling-gap distribution in 1987 – I re-invented Vitter’s wheel 30 years after the fact! I’m surprised it never caught on, as it is not much harder to implement than the naive version. It is random access. Its size is known. It can be destructively modified. Sample(d...
Generalizing Kendall's Tau - tool monkey
http://erikerlandson.github.io/blog/2015/08/14/generalizing-kendalls-tau
Adventures of an unfrozen caveman programmer. Recently I have been applying Kendall’s Tau. As an evaluation metric to assess how well a regression model ranks input samples, with respect to a known correct ranking. A Review of Kendall’s Tau. I’ll start with a brief review of Kendall’s Tau. For more depth, a good place to start is the Wikipedia article at the link above. 8220;concordant” pairs) and the number of such pairs whose ordering. The commonly-used formulation of Kendall’s Tau is the “...The formu...
Deferring Spark Actions to Lazy Transforms With the Promise RDD - tool monkey
http://erikerlandson.github.io/blog/2014/07/29/deferring-spark-actions-to-lazy-transforms-with-the-promise-rdd
Adventures of an unfrozen caveman programmer. Deferring Spark Actions to Lazy Transforms With the Promise RDD. In a previous post. I described a method for implementing the Scala. Transform for Spark RDDs. That implementation came at a cost of subverting the RDD lazy transform model; it forced the computation of one or more input RDD partitions at call time instead of deferring partition computation, and so behaved more like a Spark action than a transform. The Promise RDD (aka. To a true lazy transform&...
Monadic 'break' and 'continue' for Scala Sequence Comprehensions - tool monkey
http://erikerlandson.github.io/blog/2015/01/24/monadic-break-and-continue-for-scala-sequence-comprehensions
Adventures of an unfrozen caveman programmer. Monadic 'break' and 'continue' for Scala Sequence Comprehensions. Author’s note: I’ve since received some excellent feedback from the Scala community, which I included in some end notes. Author’s note the 2nd: I later realized I could apply an implicit conversion and mediator class to preserve the traditional ordering: the code has been updated with that approach. Author’s note the 3rd: This concept has been submitted to the Scala project as JIRA SI-9120.
TOTAL PAGES IN THIS WEBSITE
12
Effective continuous integration for Spark projects - Chapeau
http://chapeau.freevariable.com/2015/04/spark-apps-and-ci.html
Effective continuous integration for Spark projects. Is a small library of helper code intended to make it easier to build real-world Spark applications;. Most of it is factored out from applications we’ve developed internally at Red Hat. We have a couple of long-term goals for the Silex project:. We want to make it very easy for us to spin up on new data-processing problems without spending a lot of time dealing with accidental complexity, and. When running tests locally, creating a Spark context with.
Chapeau
http://chapeau.freevariable.com/posts/2
Notes from Flink Forward. I was in Berlin last week for Flink Forward. The inaugural Apache Flink conference. I’m still learning about Flink, and Flink Forward was a great place to learn more. In this post, I’ll share some of what I consider its coolest features and highlight some of the talks I especially enjoyed. Videos of the talks should all be online soon, so you’ll be able to check them out as well. Keynotes and lightning talks. Kostas Tzoumas and Stephan Ewan (both of data Artisans) shared a keyno...
TOTAL LINKS TO THIS WEBSITE
5
Serendipity Happens! - a blog-book
A blog-book by Erik Eriksson. A blog-book by Erik Eriksson. Chapter 1 – The First Time. Chapter 2 – The Second Time. Chapter 3 – The Naval Academy. Chapter 4 – Dave S. Chapter 5 – Weed Wacker. Chapter 6 – Charles O. Chapter 7 – Why I Live in South Florida. Chapter 8 – Serendipity. Chapter 9 – 42 Miles to Empty. Chapter 10 – Tsunami. Chapter 11 – G.0.D. Chapter 12 – Snapshots of the Future. Chapter 13 – Just for Fun! Chapter 14 – Deja Vu. Chapter 15 – Moving to Sweden – Part 1. Proudly powered by WordPress.
Erik/erkans blogg
Eriks tankar o funderingar kring livet. Måndag 9 november 2009. 99e blogginlägget detta för min del här. Sitter o kollar på fotbollsgalan nu. Underhållningsvärdet är väl rätt mediokert, ska äta o sen iväg o jobba så det blir inte till att följa denna gala så mycket längre snart. Just nu är det väl inte på topp, det ska man erkänna. Va är det som är fel? Tja säg det. Känslan är inte så bra just nu, så är det ibland tyvärr. Livet är o går inte alltid som man tänker o vill. Nu är det matdags! Vill ni be en ...
Erikerkan's Blog | Just another WordPress.com weblog
Just another WordPress.com weblog. Juni 9, 2010. Arkimedes skruv består av en cylinder som innehåller en skruv som drivs med hjälp av vev eller pedaler. Man använde skruven för att skruva upp vatten. Skruven användes de närmaste århundradena vid uppfordring av vatten i bl.a. gruvor. Skruven ligger väldigt diagonalt nedåtriktad i förhållande till vattenytan och därför kan inte vattnet rinna tillbaka när man skruvar upp det. April 20, 2010. Welcome to WordPress.com. Blogga med WordPress.com.
tool monkey
Generalizing Kendall’s Tau. Recently I have been applying Kendall’s Tau. As an evaluation metric to assess how well a regression model ranks input samples, with respect to a known correct ranking. A Review of Kendall’s Tau. I’ll start with a brief review of Kendall’s Tau. For more depth, a good place to start is the Wikipedia article at the link above. 8220;concordant” pairs) and the number of such pairs whose ordering. The commonly-used formulation of Kendall’s Tau is the “Tau-B” stati...The formulation...
Domain hosted by DanDomain - Domæner, hjemmeside, email, it-hosting, webshop
Få en alternativ behandling. Der er mange gode grunde til, at du bør overveje det at få lavet en alternativ behandling. Det kan være særdeles nyttigt at få lavet sig en god alternativ behandling, og hvis du gerne vil have mere at vide om mulighederne for dette, så er siden http:/ god-alternativbehandling.dk helt sikkert godt at se på. Slip for selv at stå for rengøring. Super let at få hjælp til jeres sommerfest. Nogle gange ønsker man at tage en pause fra hverdagen og komme ud og rejse. Hverd...En sandw...
Erik Ernst | Just another WordPress.com weblog
Just another WordPress.com weblog. Sorry, but you are looking for something that isn’t here. Blog på WordPress.com.
Erik Ernst Design, Inc. - Mandeville Covington Northshore Louisiana
There is a problem with this site. If you are the owner of the site, click here.
Erik Ernst Design, Inc. - Mandeville Covington Northshore Louisiana
There is a problem with this site. If you are the owner of the site, click here.
Erik Ernst Design, Inc. - Mandeville Covington Northshore Louisiana
There is a problem with this site. If you are the owner of the site, click here.
SOCIAL ENGAGEMENT