home.social

#conformalprediction — Public Fediverse posts

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

fetched live
  1. 🚨 New blog post 🚨

    "**Optimal prediction sets for plant identification: an interactive guide**"

    josephsalmon.eu/blog/long-tail/

    Joint work with Tiffany Ding and Jean-Baptiste Fermanian.

    #longtail
    #PlantNet
    #AppliedConformalPrediction
    #ConformalPrediction

  2. 🚨 New blog post 🚨

    "**Optimal prediction sets for plant identification: an interactive guide**"

    josephsalmon.eu/blog/long-tail/

    Joint work with Tiffany Ding and Jean-Baptiste Fermanian.

    #longtail
    #PlantNet
    #AppliedConformalPrediction
    #ConformalPrediction

  3. In the last couple of weeks I've been learning about #ConformalPrediction, a family of algorithms to measure the uncertainty of predictions made by #MachineLearning models.

    Here are a few links to get you started:
    - CP course by @ChristophMolnar mindfulmodeler.substack.com/p/
    - Multi-class notebook (in Spanish) nbviewer.org/github/MMdeCastro
    - MAPIE library: mapie.readthedocs.io/en/latest
    - TorchCP library: github.com/ml-stat-Sustech/Tor

  4. In the last couple of weeks I've been learning about #ConformalPrediction, a family of algorithms to measure the uncertainty of predictions made by #MachineLearning models.

    Here are a few links to get you started:
    - CP course by @ChristophMolnar mindfulmodeler.substack.com/p/
    - Multi-class notebook (in Spanish) nbviewer.org/github/MMdeCastro
    - MAPIE library: mapie.readthedocs.io/en/latest
    - TorchCP library: github.com/ml-stat-Sustech/Tor

  5. Nos vemos *hoy* en nuestra reunión de marzo: ⏩ Analítica acelerada con Shapelets y conformal prediction, este mes en The Bridge

    meetup.com/pydata-madrid/event

    ¡Te esperamos a las 19:00! Y después, networking 🗣️

    #PyDataMadrid #PyData #python #MachineLearning #ConformalPrediction #shapelets

  6. Nos vemos *hoy* en nuestra reunión de marzo: ⏩ Analítica acelerada con Shapelets y conformal prediction, este mes en The Bridge

    meetup.com/pydata-madrid/event

    ¡Te esperamos a las 19:00! Y después, networking 🗣️

    #PyDataMadrid #PyData #python #MachineLearning #ConformalPrediction #shapelets

  7. TIL of #conformalprediction, a way to assess the uncertainty of a prediction (from any algorithm, including from #machineleaning). It is used in research to make #autonomousdriving safer by predicting other agent's movements: youtube.com/watch?v=QvIJH4cZy3

    It does not require an expert model, but in turn it needs a statistically representative dataset.

  8. Why perform cross validation (CV) in #MachineLearning? To estimate the generalization error of a trained predictor. This paper uses the idea of a #ProperLoss (called Q-class). Then it covers CV, bootstrap, and Mallow's covariance penalties. It also covers #ConformalPrediction, which is newly popular because of Emanuel Candes' keynote at #NeurIPS 2022
    doi.org/10.3390/stats4040063
    The paper is also a good advertisement for Efron and Hastie's recent book.

  9. Why perform cross validation (CV) in #MachineLearning? To estimate the generalization error of a trained predictor. This paper uses the idea of a #ProperLoss (called Q-class). Then it covers CV, bootstrap, and Mallow's covariance penalties. It also covers #ConformalPrediction, which is newly popular because of Emanuel Candes' keynote at #NeurIPS 2022
    doi.org/10.3390/stats4040063
    The paper is also a good advertisement for Efron and Hastie's recent book.

  10. Just shared a more hands-on guide for using the new package for #conformalprediction in #julia that I’ve been working on: github.com/pat-alt/ConformalPr
    “How to Coformalize a Deep Image Classifier” on TDS (towardsdatascience.com/how-to-) or my blog (paltmeyer.com/blog/posts/confo)

    Thoughts and contributions welcome 🤗

  11. One approach to do conformal prediction in regression is to use quantile regression (pinball loss). One annoying thing about quantile regression is that if you estimate multiple quantiles, they could cross (and they really shoudn't). This paper proposes a method that prevents crossing (there are other papers that do so too), in particular for conformal prediction.

    arxiv.org/abs/2210.10161v1

    #MachineLearning #ConformalPrediction #QuantileRegression