home.social

#linearregression — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #linearregression, aggregated by home.social.

fetched live
  1. The weathers, they are a-changing.
    We can make sense of pattern evolution.
    I am starting a thread about Europe's new #climate conditions. 🧵

    (You may read stories in the "ALT" descriptions.)

    #trend #heatwave #dataViz #chart #loess #linearRegression #statistics #France #football #WorldCup #Maignan #history #coloniality #weather #summer #Europe #climate #climateChange #globalWarming

  2. The weathers, they are a-changing.
    We can make sense of pattern evolution.
    I am starting a thread about Europe's new #climate conditions. 🧵

    (You may read stories in the "ALT" descriptions.)

    #trend #heatwave #dataViz #chart #loess #linearRegression #statistics #France #football #WorldCup #Maignan #history #coloniality #weather #summer #Europe #climate #climateChange #globalWarming

  3. During the second heatwave of 2026, temperature in France was in the band of trend variability.

    (You may read stories in the "ALT" description.) Hat tip to @denismongin.bsky.social‬

    #football #chart #dataViz #loess #linearRegression #statistics #climate #climateChange #globalWarming #France #trend #heatwave #WorldCup #Maignan #history #coloniality

  4. During the second heatwave of 2026, temperature in France was in the band of trend variability.

    (You may read stories in the "ALT" description.) Hat tip to @denismongin.bsky.social‬

    #football #chart #dataViz #loess #linearRegression #statistics #climate #climateChange #globalWarming #France #trend #heatwave #WorldCup #Maignan #history #coloniality

  5. About metrics for measuring agreement on regression on continuous datasets:
    Reasons to avoid R² and use RMSE instead: feat.engineering/03-Review_of_

    From Max Kuhn @topepo, Kjell Johnson (2026), "Feature Engineering and Selection: A Practical Approach for Predictive Models"

    #prediction #dataDev #modelEvaluation #regression #modelling #linearRegression #modeling #probability #probabilities #statistics #stats #gotcha

  6. About metrics for measuring agreement on regression on continuous datasets:
    Reasons to avoid R² and use RMSE instead: feat.engineering/03-Review_of_

    From Max Kuhn @topepo, Kjell Johnson (2026), "Feature Engineering and Selection: A Practical Approach for Predictive Models"

    #prediction #dataDev #modelEvaluation #regression #modelling #linearRegression #modeling #probability #probabilities #statistics #stats #gotcha

  7. This same idea scales up in modern AI systems:
    learn from data → predict.

    Linear regression isn’t about complexity.
    It’s about building intuition — and realizing you can understand how intelligent systems learn.

    #sameidea #linearregression #intelligentsystems #intelligentsystem #scaleup

  8. What actually powers LinearRegression under the hood? This piece digs into the hidden engine behind it and why that internal design matters for your models.

    Read More: zalt.me/blog/2026/01/hidden-li

    #LinearRegression #MachineLearning #MLModels #SoftwareDesign

  9. Before diving into deep learning hype, remember the power of classic algorithms. Linear regression, decision trees, and thoughtful feature engineering still drive real‑world analytics and revenue. Master these fundamentals and your neural nets will perform better, faster, and cheaper. Curious how the basics outpace the buzz? Read on. #NeuralNetworks #LinearRegression #DecisionTrees #FeatureEngineering

    🔗 aidailypost.com/news/master-fu

  10. Understanding Linear Regression - Although [Vitor Fróis] is explaining linear regression because it relates to machi... - hackaday.com/2025/05/08/unders #linearregression #machinelearning #math

  11. Understanding Linear Regression - Although [Vitor Fróis] is explaining linear regression because it relates to machi... - hackaday.com/2025/05/08/unders #linearregression #machinelearning #math

  12. @data @datadon 🧵

    How to assess a statistical model?
    How to choose between variables?

    Pearson's #correlation is irrelevant if you suspect that the relationship is not a straight line.

    If monotonic relationship:
    "#Spearman’s rho is particularly useful for small samples where weak correlations are expected, as it can detect subtle monotonic trends." It is "widespread across disciplines where the measurement precision is not guaranteed".
    "#Kendall’s Tau-b is less affected [than Spearman’s rho] by outliers in the data, making it a robust option for datasets with extreme values."
    Ref: statisticseasily.com/kendall-t

    #normality #normalDistribution #modeling #dataDev #AIDev #ML #modelEvaluation #regression #modelling #dataLearning #featureEngineering #linearRegression #modeling #probability #probabilities #statistics #stats #correctionRatio #ML #Pearson #bias #regressionRedress #distributions

  13. @data @datadon 🧵

    How to assess a statistical model?
    How to choose between variables?

    Pearson's #correlation is irrelevant if you suspect that the relationship is not a straight line.

    If monotonic relationship:
    "#Spearman’s rho is particularly useful for small samples where weak correlations are expected, as it can detect subtle monotonic trends." It is "widespread across disciplines where the measurement precision is not guaranteed".
    "#Kendall’s Tau-b is less affected [than Spearman’s rho] by outliers in the data, making it a robust option for datasets with extreme values."
    Ref: statisticseasily.com/kendall-t

    #normality #normalDistribution #modeling #dataDev #AIDev #ML #modelEvaluation #regression #modelling #dataLearning #featureEngineering #linearRegression #modeling #probability #probabilities #statistics #stats #correctionRatio #ML #Pearson #bias #regressionRedress #distributions

  14. "In real life, we weigh the anticipated consequences of the decisions that we are about to make. That approach is much more rational than limiting the percentage of making the error of one kind in an artificial (null hypothesis) setting or using a measure of evidence for each model as the weight."
    Longford (2005) stat.columbia.edu/~gelman/stuf

    #modeling #nullHypothesis #probability #probabilities #pValues #statistics #stats #statisticalLiteracy #bias #inference #modelling #regression #linearRegression

  15. "In real life, we weigh the anticipated consequences of the decisions that we are about to make. That approach is much more rational than limiting the percentage of making the error of one kind in an artificial (null hypothesis) setting or using a measure of evidence for each model as the weight."
    Longford (2005) stat.columbia.edu/~gelman/stuf

    #modeling #nullHypothesis #probability #probabilities #pValues #statistics #stats #statisticalLiteracy #bias #inference #modelling #regression #linearRegression

  16. The Coding Train dude is precious. This is the Math teacher I wish I had for every grade I was taught math. youtube.com/watch?v=szXbuO3bVRk

  17. The Coding Train dude is precious. This is the Math teacher I wish I had for every grade I was taught math. youtube.com/watch?v=szXbuO3bVR #math #mathematics #linearregression

  18. In Elisa Yao's newest article, she breaks down the process of implementing Linear Regression in Python using a simple dataset known as “Boston Housing”, step by step.

    #LinearRegression #Python

    towardsdatascience.com/predict

  19. @datadon

    #Lasso #LinearRegression "is useful in some contexts due to its tendency to prefer solutions with fewer non-zero coefficients, effectively reducing the number of features upon which the given solution is dependent"

    scikit-learn.org/stable/module 🧵

    #dataDev #AIDev #ML #sklearn #python #interpretability

  20. @datadon

    #Lasso #LinearRegression "is useful in some contexts due to its tendency to prefer solutions with fewer non-zero coefficients, effectively reducing the number of features upon which the given solution is dependent"

    scikit-learn.org/stable/module 🧵

    #dataDev #AIDev #ML #sklearn #python #interpretability

  21. For the next few months, Dr. Andrej-Nikolai Spiess (openalex.org/works?page=1&filt) will be a guest in my working group.

    We are working on a paper where we show that 29 % of papers in top journals like Science, Nature & PNAS were skewed by a single influential data point! Time to rethink our reliance on p-values and explore alternative measures like #dfstat. #reproducibilitycrisis #linearregression #rstats

    Moreover, we will work on #qPCR related software like PCRedux (joss.theoj.org/papers/10.21105)

    #JOSS

  22. @datadon

    "The following sections discuss several state-of-the-art interpretable and explainable #ML methods. The selection of works does not comprise an exhaustive survey of the literature. Instead, it is meant to illustrate the commonest properties and inductive biases behind interpretable models and [black-box] explanation methods using concrete instances."
    wires.onlinelibrary.wiley.com/ 🧵

    #interpretability #explainability #aiethics #compliance #taxonomy #ethicalai #aievaluation #linearRegression

  23. @datadon

    "The following sections discuss several state-of-the-art interpretable and explainable #ML methods. The selection of works does not comprise an exhaustive survey of the literature. Instead, it is meant to illustrate the commonest properties and inductive biases behind interpretable models and [black-box] explanation methods using concrete instances."
    wires.onlinelibrary.wiley.com/ 🧵

    #interpretability #explainability #aiethics #compliance #taxonomy #ethicalai #aievaluation #linearRegression

  24. #LinearRegression #Python #Sklearn
    Dive into predictive modeling with our comprehensive guide on linear regression using Python and sklearn. Learn step-by-step implementation, result interpretation, and data visualization techniques. Perfect for beginners

    teguhteja.id/mastering-linear-

  25. #LinearRegression #Python #Sklearn
    Dive into predictive modeling with our comprehensive guide on linear regression using Python and sklearn. Learn step-by-step implementation, result interpretation, and data visualization techniques. Perfect for beginners

    teguhteja.id/mastering-linear-

  26. Road Repair Cost Prediction

    This project aims to predict the total cost of road repairs using a Linear Regression model. The process involves data preprocessing, training a machine learning model, evaluating its performance, and visualizing the results.

    Project page:
    ml-nn.eu/project3.html

    Project data sets + Jupyter notebook:
    buymeacoffee.com/calinsandu/e/

    #Learntoday #MachineLearning #NeuralNetworks #Python #AI #Programming #LinearRegression #BuyMeACoffee

  27. Road Repair Cost Prediction

    This project aims to predict the total cost of road repairs using a Linear Regression model. The process involves data preprocessing, training a machine learning model, evaluating its performance, and visualizing the results.

    Project page:
    ml-nn.eu/project3.html

    Project data sets + Jupyter notebook:
    buymeacoffee.com/calinsandu/e/

    #Learntoday #MachineLearning #NeuralNetworks #Python #AI #Programming #LinearRegression #BuyMeACoffee