Open the-ethan-hunt opened 6 years ago
@the-ethan-hunt I would like to do this.
Sure @anandwana001 ! You can surely do!
@the-ethan-hunt could you please help me in getting started with this!?
I hope the required stuff is in the readme.md
. Anything else you might want help on? :smile:
@the-ethan-hunt done installing anaconda and my jupyter notebook also started. It shows like an explorer in chrome. How to select ruby kernel?
These are the steps I performed:
conda update conda
conda update ipython
conda install jupyter
jupyter notebook
jupyter get started in chrome
gem install cztop
gem install iruby
It gives error as I have not install MSYS2 so I install that too
and run again with
iruby register --force
jupyter-notebook
from anaconda cmd
After this not getting what to do!!@anandwana001 , good going! Well as the cmd
opens, another window in your internet browser might open where to the right, a new kernel
option is given. On clicking that option, you might see two options: Python
and Ruby
. You can also view this up in Jupyter notebooks for IRuby documentation
@the-ethan-hunt
I had selected ruby and this opens this
The kernel is dying, again and again, showing an alert to restart but nothing working!!!
maybe this is something helpful but not getting how to do it!!
@minad if you could please help me in here!
@anandwana001 , yes you are absolutely right. But you need to run from the gem, not from the cloned IRuby
repo. See this discussion for more details.
Linear regression is among the first algorithms for an ML newbie. Write an
IRuby notebook
for it with detailed explanation. DO NOT COPY the algorithm from any other GitHub repository.