Git Product home page Git Product logo

Comments (3)

alexmryzhkov avatar alexmryzhkov commented on May 13, 2024 1

Hi @PGijsbers,

Thanks for cool idea - we had them in our Telegram channel in russian, but I'm also going to post them here in releases tab :)

Alex

from lightautoml.

alexmryzhkov avatar alexmryzhkov commented on May 13, 2024 1

@PGijsbers Here they are:

Release notes for 0.2.11:

  • Added variable importances calculation functions for TabularAutoML and TabularUtilizedAutoML - example is in Tutorial_2.
  • Added new functionality to return predictions from all algorithms before the blender layer for Train (OOF preds) and Prediction (Test preds) stages. To do that you can use return_all_predictions and weighted_blender_max_nonzero_coef params in general_params config section, example is here in cell 9
  • Bug-fixes for custom metrics and TabularUtilizedAutoML custom config list setting (for example to make it work like model multistart) etc.

Release notes for 0.2.12:

  • Added classififcation NLP models interpretation based on LIME.
  • Better support for HuggingFace models for embeddings training and extraction.
  • Bug-fixes for language argument in several embeddings extraction algos and tokenizers

Release notes for 0.2.13:

  • Added regression NLP models interpretation based on LIME.

Release notes for 0.2.14-0.2.15:

  • Bug-fixes based on user reviews in the core functionality and report generation.

Release notes for 0.2.16:
General part:

  • Removing profiler functionality (log_calls library usage) makes available to use DataParallel during Bert models training (to turn it on use multigpu param in nn_params)

NLP part:

  • Migration to gensim >=4.
  • Added functionaly to force big NLP models calculation without GPU (Random LSTM, Pooled Bert, etc).
  • Changed logic of default parameters selection process: removing NN from pipeline if no GPU available, language and Bert model propagates to AutoNLP and NN via text_params, changed logic for embeddings size check in AutoNLP
  • Added several normalization techniques for embeddings in AutoNLP module

Interpretation part:

  • Minor changes in LIME part - now we can show AutoML prediction and the predictions scale colorbar.
  • L2X local interpretation algorithm is now available for NLP models. It finds the most informative tokens for the target variable based on the AutoML model predictions by mutual information optimization. For more info please check this tutorial in the repo or the same in the nbviewer

from lightautoml.

PGijsbers avatar PGijsbers commented on May 13, 2024

Feel free to close the issue now, or whenever you add your first release notes :)

from lightautoml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.