ximihoque / sklearn

DSD Meetup 4: SKLearn using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sklearn

DSD Meetup 4: SKLearn using Python

jupyter notebook --generate-config
vi ~/.jupyter/jupyter_notebook_config.py

c = get_config()
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.port = 8000

jupyter-notebook --no-browser --port=8000

Limk to SKLearn PPT: https://docs.google.com/presentation/d/1DzA9jgt7r78Yf-wPacEpGcTPJCCA6YQVtdy40f_L0eE/edit?usp=sharing

Link to Chatbot PPT: https://docs.google.com/presentation/d/1NNRf-G_LXT3j0x_jC3EYpfq7K1kJnbynXybadmmY08k/edit?usp=sharing

Link to feedback form: https://docs.google.com/forms/d/1SdSKlImDgMUNdndArfCH7tzuGVMoaQxYD5RoR7EP44Q/viewform?edit_requested=true

About

DSD Meetup 4: SKLearn using Python


Languages

Language:Jupyter Notebook 100.0%