├── .gitignore ├── README.md ├── amazon_reviews_logit_tfidf.ipynb ├── beautiful_legs_[russian].ipynb ├── brexit_significance_[russian].ipynb ├── data ├── girls.csv └── telecom_churn.csv ├── img ├── BMI_hist.png ├── alpha_deri2.png ├── alpha_deriv1.png ├── alpha_func.png ├── alpha_plot.png ├── brexit.jpg ├── girl1.jpg ├── girl2.jpg ├── girl3.jpg ├── girl4.jpg ├── girl5.jpg ├── girl6.jpg ├── girl7.jpg ├── girls_head.png ├── gradient-descent.png ├── gradient_descent.png ├── legs_scheme.jpg ├── traci_adel.jpg └── woman.jpg └── playboy_outliers_[russian].ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/README.md -------------------------------------------------------------------------------- /amazon_reviews_logit_tfidf.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/amazon_reviews_logit_tfidf.ipynb -------------------------------------------------------------------------------- /beautiful_legs_[russian].ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/beautiful_legs_[russian].ipynb -------------------------------------------------------------------------------- /brexit_significance_[russian].ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/brexit_significance_[russian].ipynb -------------------------------------------------------------------------------- /data/girls.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/data/girls.csv -------------------------------------------------------------------------------- /data/telecom_churn.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/data/telecom_churn.csv -------------------------------------------------------------------------------- /img/BMI_hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/BMI_hist.png -------------------------------------------------------------------------------- /img/alpha_deri2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/alpha_deri2.png -------------------------------------------------------------------------------- /img/alpha_deriv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/alpha_deriv1.png -------------------------------------------------------------------------------- /img/alpha_func.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/alpha_func.png -------------------------------------------------------------------------------- /img/alpha_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/alpha_plot.png -------------------------------------------------------------------------------- /img/brexit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/brexit.jpg -------------------------------------------------------------------------------- /img/girl1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl1.jpg -------------------------------------------------------------------------------- /img/girl2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl2.jpg -------------------------------------------------------------------------------- /img/girl3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl3.jpg -------------------------------------------------------------------------------- /img/girl4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl4.jpg -------------------------------------------------------------------------------- /img/girl5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl5.jpg -------------------------------------------------------------------------------- /img/girl6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl6.jpg -------------------------------------------------------------------------------- /img/girl7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girl7.jpg -------------------------------------------------------------------------------- /img/girls_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/girls_head.png -------------------------------------------------------------------------------- /img/gradient-descent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/gradient-descent.png -------------------------------------------------------------------------------- /img/gradient_descent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/gradient_descent.png -------------------------------------------------------------------------------- /img/legs_scheme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/legs_scheme.jpg -------------------------------------------------------------------------------- /img/traci_adel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/traci_adel.jpg -------------------------------------------------------------------------------- /img/woman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/img/woman.jpg -------------------------------------------------------------------------------- /playboy_outliers_[russian].ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yorko/jupyter_demonstrations/HEAD/playboy_outliers_[russian].ipynb --------------------------------------------------------------------------------