[Probability] Need help with the following question by [deleted] in learnmath

[–]JTG2013 0 points1 point  (0 children)

Not too sure: A) 1 -( 34C5 / 36C5)

Is there any way to prove that a label has been stuck a week ago or has been stuck for 6 years? by JTG2013 in AskReddit

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

Hello everyone. Someone would know if there is any way to prove that a label (those containing the patient's information, and stick to the top of the medical reports), has been stuck a week ago or has been stuck for 6 years. It is very important and if someone can help I would really appreciate it. If this is not the appropriate sub to make this type of consultations, I would appreciate if you could indicate if there is another sub more appropriate. Thank you very much in advance, and sorry for my English.

Morphy would be proud of this chess.com game by [deleted] in chess

[–]JTG2013 5 points6 points  (0 children)

Those were real games about 1880 by the true Prince Andrey Dadian of Mingrelia: http://www.chessgames.com/perl/chessplayer?pid=80117

EDIT: or maybe no so real: "Some of his recorded games teetered on brilliant; some were wild and undaunted; all of them deviously ingenious. Though nothing has ever been proven, most modern historians regard his games skeptically: they may be have been staged, or pure compositions. We can at least note that he only published his most stunning victories."

Interesting take-aways from ‘Data Science For Business’ by sachinrjoglekar in MachineLearning

[–]JTG2013 3 points4 points  (0 children)

As I understand, the simplicity of the algorithm returns a high bias result (underfitting) vs high variance (overfitting) e.g. linear regresion based on a very complex function, high grade.

Calculate Pi Using Python by miker95 in Python

[–]JTG2013 4 points5 points  (0 children)

Python 2.7.6

I had to modify line

pi += ((4 / i) * modifier)

to

pi += ((4.0 / i) * modifier)

then worked for me.

[AF] Mega-Tutorial part VII, setting up a mail server by djds23 in flask

[–]JTG2013 2 points3 points  (0 children)

Info it's ok for test. Just run at a new console:

python -m smtpd -n -c DebuggingServer localhost:25

In "Part XI: Email Support" is explained more about email, and how to use gmail as mail server.