Skip to content

Releases: nicoloverardo/matrix_regression

0.3.0

06 Jan 19:09

Choose a tag to compare

What's Changed

  • Updated dependencies:
    • Added missing attributes in OnlineTfidfVectorizer.init: Stored norm, smooth_idf, sublinear_tf, and use_idf as instance attributes so sklearn's get_params() works.
    • Updated method calls: Changed get_feature_names() to get_feature_names_out() in MatrixRegression to match the current sklearn API.
    • Fixed TfidfTransformer fitting: In update_idf(), set self.tfidf.idf instead of idf, and updated the idf property to return it directly. This ensures sklearn recognizes the transformer as fitted.
  • Introduced uv, ruff, cicd and more repo organisational changes

Full Changelog: v0.1.1...v0.3.0

Small fixes

09 Apr 23:10

Choose a tag to compare

Small fixes Pre-release
Pre-release
v0.1.1

Fixed setup version

First release

09 Apr 21:30

Choose a tag to compare

First release Pre-release
Pre-release

First release