THE DATA SCIENCE LIBRARY

THE DATA SCIENCE LIBRARY

Wojciech Moszczyński

  • my projects
  • big data
  • my publications
  • Data plots
  • Statistics
  • Models
  • Six Sigma
  • various other

Miesiąc: styczeń 2020

Support Vector Regression (SVR) using linear and non-linear kernels

24/01/2020 admin 0

EN240120201439 What is the kernel method? The kernel method involves bending two-dimensional space. this is perfectly explained here: https://shapeofdata.wordpress.com/2013/05/27/kernels/ Two-dimensional data live in a two-dimensional […]

Fit curve to data_ scipy.optimize.curve_fit

24/01/2020 admin 0

EN240120201439 EXAMPLE Generates fictitious data In [1]: import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit from pylab import * x = np.linspace(0, […]

ONE-WAY ANOVA analizy wpływuodległości od Paryża na przestępczość we Francji w 1833 roku

20/01/2020 admin 0

PL190120201944 Guerry, Essay on the Moral Statistics of France (1833) Source: http://datavis.ca/gallery/guerry/guerrydat.html 1. dept wydział Num ID działu Standardowe numery dla działów, z wyjątkiem Korsyki […]

DIAGNOSTYKA REGRESJI LINIOWEJ część 4. Fit Plot

20/01/2020 admin 0

PL170120201440 Guerry, Essay on the Moral Statistics of France (1833) Source: http://datavis.ca/gallery/guerry/guerrydat.html dept wydział Num ID działu Standardowe numery dla działów, z wyjątkiem Korsyki (200). […]

DIAGNOSTYKA REGRESJI LINIOWEJ część 3. Partial Regression Plots

20/01/2020 admin 0

PL170120201417 Guerry, Essay on the Moral Statistics of France (1833) Source: http://datavis.ca/gallery/guerry/guerrydat.html   dept wydział Num ID działu Standardowe numery dla działów, z wyjątkiem Korsyki […]

DIAGNOSTYKA REGRESJI LINIOWEJ część 2. Wykres wpływu

20/01/2020 admin 0

PL170120201220 In [1]: import pandas as pd df = pd.read_csv(’c:/1/WorldHappinessReport.csv’, index_col=’Country’) df.head(3) # 19:20 – 15 minut -21:55 Out[1]: Unnamed: 0 Region Happiness Rank Happiness […]

Przykład klasyfikacji wykonanej za pomocą regresji logistycznej. Eliminacja współliniowości zmiennych niezależnych za pomocą VIF

14/01/2020 admin 0

PL140120202018 Rozważania teoretyczne na temat znaczenia (szkodliwości) wspołiniowości zmiennych niezależnych (multicollinearity) zostały wyjaśnione w poprzedniej części. Problem występowania współliniowości zmiennych niezależnych w regresji logistycznej. Przykład […]

Praktyczny przykład wykorzystania ANOVA two-way w Pythonie

08/01/2020 admin 0

Source of data: http://faculty.webster.edu/woolflm/8canswer.html Model ANOVA two-way (two-factor) W tej analizie robimy porównie dwóch czyników w tych samych populacjach. Porównuje się na przykład temperaturę i […]

Problem występowania współliniowości zmiennych niezależnych w regresji logistycznej. Przykład użycia testu VIF.

08/01/2020 admin 0

PL202001081905 Jednym z najważniejszych warunków w modelu regresji logistycznej jest brak współliniowości (multicollinearity) zmiennych niezależnych. Oznacza to, że model powinien mieć niewielką współliniowość zmiennych opisujących […]

Graficzny przykład ANOVA two-way – interaction_plot

08/01/2020 admin 0

PL202001081306 Source of data: http://faculty.webster.edu/woolflm/8canswer.html Model ANOVA two-way (two-factor) W tej analizie robimy porównie dwóch czyników w tych samych populacjach. Analiza ANOVA jest dla H01 […]

The Kruskal-Wallis H-test – one-way nonparametric ANOVA

03/01/2020 admin 0

EN030120201045 In the last post we did the ANOVA analysis of the variance comparison in groups. It turned out, unexpectedly, that one of the conditions […]

ANOVA the one-factor models compatibility of variance

03/01/2020 admin 0

Analysis of variance, ANOVA (statistical analysis of variance) – a statistical method used to study observations that depend on one or many factors acting simultaneously. […]

category search

phrase search

Ostatnie wpisy

  • Zabezpieczone: szkolenie Maksa 03/11/2025
  • Practical notes on applying OCEAN/HEXACO psychological profiling in recommender systems for selling luxury and investment goods (Part 2) 31/10/2025
  • Strategy as the Choice of a Specific Direction of Development DEA-CCR 28/10/2025
  • Factorization Machines – how a baker can build an effective recommendation system based on client log data 28/10/2025
  • Creating a Grain Purchase Price Forecasting Model, or How the Machine Showed Us Who We Really Are 16/10/2025
  • Application of the Isolation k-means Method in Quality Control of Food Production 16/10/2025
  • A Cyberattack on My Pastry Shop? That’s Absurd 16/10/2025
  • Application of the Incremental Isolation Forest Model for Improving the Quality of Food Production 16/10/2025
  • Review of the Most Important Machine Learning Models for Detecting and Eliminating Hacker Attacks 16/10/2025
  • Artificial Intelligence Will Protect Us from DDoS Cyberattacks 16/10/2025
  • Revolution? It’s already here. 16/10/2025
  • Azure Cognitive Services, or eight minutes to introduce true artificial intelligence to your business 16/10/2025
  • A taxonomy of personality traits and its application in recommendation systems for the sale of investment and luxury goods (Part 1) 16/10/2025
  • Recommendation System in the Mill (Part 2) 24/09/2025
  • Profiling the Customer Based on the Logs of Your Own Online Store 09/09/2025
  • Using Experiments and Recommendation Techniques in E-commerce to Optimize Prices 05/09/2025
  • Building a Recommendation System (Part 1) 15/08/2025
  • Artificial Intelligence – Counting Bread with a Camera 09/08/2025
  • Artificial intelligence will sell our tortes 09/08/2025
  • A Recommender System in the Mill (Part 1) Building on Azure Synapse 09/08/2025
  • Overview of modern recommendation systems 09/08/2025
  • panda 28/05/2025
  • My projects 11/12/2024
  • New professions that emerge with the development of artificial intelligence 03/11/2024
  • How Recurrent Neural Networks Work 03/11/2024
  • The problem of food waste in the food industry 03/11/2024
  • We can earn a lot by assigning customers to clusters on e-commerce platforms 02/11/2024
  • Artificial Intelligence in the Grain and Milling Industry? 02/11/2024
  • Recommendation systems for online stores 02/11/2024
  • How to gather customer needs in a machine learning project? 02/11/2024

Najnowsze komentarze

  • 7 - My projects
  • 6 - My projects
  • 3 - My projects
  • internet - How Artificial Intelligence Will Influence Human Development Five Phases of Artificial Intelligence Development
  • escorts Chesterfield - How to Build a Simple E-Commerce Recommendation System

Archiwa

  • listopad 2025
  • październik 2025
  • wrzesień 2025
  • sierpień 2025
  • maj 2025
  • grudzień 2024
  • listopad 2024
  • październik 2024
  • maj 2020
  • kwiecień 2020
  • marzec 2020
  • luty 2020
  • styczeń 2020
  • grudzień 2019
  • listopad 2019
  • październik 2019
  • wrzesień 2019
  • maj 2019
  • marzec 2019
  • wrzesień 2018
  • wrzesień 2017
  • maj 2017
  • marzec 2017
  • luty 2017
  • maj 2015

Meta

  • Zaloguj się
  • Kanał wpisów
  • Kanał komentarzy
  • WordPress.org

Copyright © 2025 | WordPress Theme by MH Themes