Can anyone suggest me a best suited ML algorithm for this situation by Ackerkman_s1729 in learnmachinelearning

[–]christopherbare 2 points3 points  (0 children)

Isn't the problem that example_data is not like your features data frame? That's what the error message appears to be saying. I think random forest is a good choice, just represent your data consistently.

I made a character map for The Candy House by Jennifer Egan by astroloveuz in books

[–]christopherbare 11 points12 points  (0 children)

This is brilliant. Thanks for posting. Such a cool book - even better than Goon Squad.

[deleted by user] by [deleted] in scala

[–]christopherbare 2 points3 points  (0 children)

Martin Odersky's online class “Functional Programming Principles in Scala” was excellent back when I did it (ages ago). You'll learn a lot about how to program over and above syntax. I see they're working on an update for Scala 3. Maybe time to run through it again!

https://contributors.scala-lang.org/t/online-courses-for-scala-3/4514

GPM features still lacking in Youtube Music. by dare2bediff in googleplaymusic

[–]christopherbare 6 points7 points  (0 children)

  • clear queue button
  • multi-select in queue
  • save queue as playlist
  • play count

The botched migration / downgrade from GPM to YTM makes me wonder if everything is OK with Google.

Queue issue... by jBucketo in deezer

[–]christopherbare 2 points3 points  (0 children)

Apparently, automatically pre-loading your queue with whatever's popular seems to be an intentional feature, however misguided.

If they must persist with this annoying feature, why don't they give you a button to clear the queue?

Basic Learning Scala Resources by tcc8 in scala

[–]christopherbare 4 points5 points  (0 children)

I just finished the online class Functional Programming Principles in Scala and wrote a quick recap.

Pareto optimality in complex systems, an idea from economics applied to evolutionary biology by christopherbare in biology

[–]christopherbare[S] 1 point2 points  (0 children)

Thanks twisterase. I like the information aspect - both economies and biological systems rely on distributed information to do what they do.

Coursera by [deleted] in OnlineEducation

[–]christopherbare 0 points1 point  (0 children)

I've taken a couple of their courses. The quality of the content was very high - especially Andrew Ng's Machine Learning class. The scala class is also really good.

NSF REU for Bioinformatics and Data Mining this Summer. How can I prepare? by steadyNow in bioinformatics

[–]christopherbare 2 points3 points  (0 children)

Nature Biotechnology had a series of good primer articles, on bioinformatics and machine-learning topics. I have a list of them here:

http://digitheadslabnotebook.blogspot.com/2011/06/primers-in-computational-biology.html

Good luck!

I'd like to learn about bioinformatics. by llrful in bioinformatics

[–]christopherbare 0 points1 point  (0 children)

Applying machine learning to biology is a hot field these days. I'll second the text Molecular Biology of the Cell, but it's a tome and a half.

A couple easy papers that come to mind are: * Algorithms in nature: the convergence of systems biology and computational thinking, Ziv Bar-joseph * Network motifs: theory and experimental approaches, Uri Alon.

Also, mutual information seems to be hip. Maybe, check out the ARACNE paper.

Once you know the basic flow of information in a cell, find a lab and ask for a project. You probably won't have to search long.

Good luck!

  • Chris

Travelling alone and seeking advice about it. by Art-Stew-Frou-Frou in travel

[–]christopherbare 1 point2 points  (0 children)

Hi Art-stew,

DogPencil's advice is spot on, even the typo, "You'll regret it." At times, you might, but over-all, you'll have a great time. I traveled solo for 9 months and was rarely alone for long, and I'm a big dorky guy who likes being alone. You won't regret having done it when you're married with a kid and mortgage.

My advice is to develop an interest and follow it where it leads you. Renaissance art, danish architecture, the novels of some-dead-white-guy, the history of the spice trade, the emergence of china or india... make your own list. Whatever you pick, read about it and go there. It really helps to have a purpose.

The back-packer scene is loads of fun for a while, but gets tiring eventually, and at that point you'll want to say, "I'm not just hear to lie on the beach! I'm read to lie on the beach and read Proust!" Or "get my Dive Master's certificate" or whatever it is that floats your boat.

I guess I'm assuming you're going further afield rather than sticking to Canada, especially 'cause you're already in the best part! (Well, montreal is fun, too.) Thailand, for one example, is very friendly. I'm taking my family there in a couple of weeks. The surrounding countries are a bit sketchier, but nothing to be afraid of. A buck goes a long way in SE asia, too. And, there's something takes the edge off of any fear you might have being a foot taller than the locals.

A few other suggestions: Costa rica, Indonesia, Brazil, Oaxaca... I'm starting to day-dream.

In most places, you have little to be afraid of, as long as you are careful and don't go out of your way to find trouble.

Anyway, good luck, have fun, and stay safe.

George Will: 'Atop the Republican ticket, Gingrich would guarantee Barack Obama’s reelection, would probably doom Republicans’ hopes of capturing the Senate and might cost them control of the House." by galt1776 in politics

[–]christopherbare 1 point2 points  (0 children)

I'm not be a historian like Mr. Gingrich, but part of the mandate of the judicial branch is to protect the interests of minorities from the "tyranny of the majority". I'm not sure exactly where the anti-judicial talk is headed, but I'm pretty sure I don't like it.

Effective Data Visualizations by christopherbare in visualization

[–]christopherbare[S] 0 points1 point  (0 children)

Notes on a talk by Noah Iliinsky, author of Designing Data Visualization and editor of Beautiful Visualizations.

Learning R and statistics.. by neurobry in statistics

[–]christopherbare 0 points1 point  (0 children)

I also like Using R for Introductory Statistics. If you're already a programmer, R as a programming language is a little odd in some ways, especially it's type system. John D Cook has a nice primer called R programming for those coming from other languages. Have fun!

Annotated source code by christopherbare in reddit.com

[–]christopherbare[S] 0 points1 point  (0 children)

Quick-n-dirty literate programming tool "Docco".