Mark Moretto
Mark Moretto
For the sum_two_challenge notebook ([link](https://github.com/donnemartin/interactive-coding-challenges/blob/master/math_probability/sum_two/sum_two_challenge.ipynb)), the Solution class template only takes one parameter: ``` class Solution(object): def sum_two(self, val): # TODO: Implement me pass ``` That should change to two...
Hi, Just a heads-up that the MonkeyLearn.com link in the [0_prerequisite/ml_introduction](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v2/notebooks/0_Prerequisite/ml_introduction.ipynb) notebook is broken. The blog post is now located at the following URL: [https://monkeylearn.com/blog/gentle-guide-to-machine-learning/](https://monkeylearn.com/blog/gentle-guide-to-machine-learning/). Thanks!
Hi, Great repo! Thanks for putting it together. I'm not sure if this is the intention, but after passing all the command line options for what I thought would include...
Just added some Python representations for the problems on the page. Tried to mimic the C++ solutions already presented. _If any of the below doesn't apply to this Pull Request,...
Airbnb is a horrible company with shady business practices that are unfavorable to the common traveller. This pull request is to tweak this otherwise fantastic document to put fewer eyes...
**Description** Just a couple of bash/shell script file edits to remove some duplicate lines. **Submitter Checklist** These are the criteria that every PR should meet, please check them off as...
Minor formatting corrections.
**Issue -** When loading the online compiler for the first time, it appears that the demo program has misaligned the opening curly braces for functions, conditionals, etc. They appear to...
Hi, I don't think Pytube.org goes to the correct website anymore.
I wanted to push an update for the FAQ in the Wiki section. I just cleaned up and added a little bit to the section about Lambda notation. Below is...