Formuła Pandas: groupby part 2

27/09/2019 admin 0

In [4]: import pandas as pd import numpy as np df = pd.DataFrame({’A’ : [’foo’, 'foo’, 'bar’, 'foo’, 'bar’, 'foo’], 'B’ : [’one’, 'two’, 'three’,’two’, 'two’, […]

Procedura oversampling dla Random Forest Classifier

27/09/2019 admin 0

Przy budowie modelów klasyfikacji 0-1 występuje problem  zbilansowanych zbiorów źródło: http://sigmaquality.pl/machine-learning/model-regresji-logistycznej-czesc-2-oversampling/ In [1]: import numpy as np import pandas as pd #import xgboost as xgb import […]

Oversampling dla Logistic Regression

27/09/2019 admin 0

Procedura oversampling dla Logistic Regression Przy budowie modelów klasyfikacji 0-1 występuje problem niezbilansowanych zbiorów. źródło: http://sigmaquality.pl/machine-learning/model-regresji-logistycznej-czesc-2-oversampling/ źródło danych: https://archive.ics.uci.edu/ml/machine-learning-databases/00222/ In [1]: import numpy as np import […]

My current projects

17/09/2019 admin 0

Azoty is the chemical corporation with the 4 main plant with annual revenue about 2,5 billion dollars. They mainly produce fertilizers and plastics. I am […]