Perfect Plots Bubble Plot

24/04/2020 admin 0

  Perfect Plots: Bubble Plot Feel free to read the code on GitHub In [1]: import pandas as pd import matplotlib.pyplot as plt import numpy as […]

Perfect Plots_ Matrix of corelation

24/04/2020 admin 0

Feel free to read the code on GitHub Source of data: https://archive.ics.uci.edu/ml/datasets/combined+cycle+power+plant Combined Cycle Power Plant Data Set¶ Data Set Information:¶ The dataset contains 9568 […]

Perfect plot Joyplot

24/04/2020 admin 0

Feel free to read the code on GitHub In [1]: import joypy import pandas as pd import matplotlib.pyplot as plt Car market analysis¶ Source of […]

(B29) CatBoostClassifier #2

08/04/2020 admin 0

060420202152 https://github.com/catboost/tutorials/blob/master/python_tutorial.ipynb CatBoostClassifier sam koduje sobie zmienne tekstowe kategoryczne na zmienne kategoryczne wyrażone numerycznie. Jeżeli sami przeprowadzimy codowanie i zakodujemy zmienne kategoryczne na format cyfrowy, […]