Skip to content

Releases: Revca-ANAI/ANAI

ANAI Open Source Build 7.2

12 Oct 10:50
Compare
Choose a tag to compare

Update 0.1.7.2

  • Fixed Dask issue

ANAI Open Source Build 7

12 Oct 09:19
Compare
Choose a tag to compare

Update 0.1.7

  • Fixed Explainer issues
  • ANAI will create a Local Dask Cluster while initialization

ANAI Open Source Build 6

23 Sep 10:03
Compare
Choose a tag to compare
  • ANAI Open Source Build 6

  • Updated Documentation

  • df_loader can now take kwargs related to pandas
    it shall be given while we are creating ANAI objects in form of df_kwargs argument

  • Added opion to show graphs while explaining ANAI Models

  • Fit method will run Automaticaly if ANAI is ran through anai.run() if Regerssion or Classification are used separately fit shall be called

  • Explain Method now returns result in for dataframe

  • Removed Unnecessary Import from Predictor

  • Added more error handeling

  • Now Preprocessor can be called without target var

  • Stats Summary will drop columns which have 100% missing values

  • Added support for legacy data loading. While calling anai.load() if legacy arg is true then it will give pandas loaded dataframe instead of modin.pandas

ANAI Open Source Alpha Build 6

27 Aug 16:29
Compare
Choose a tag to compare
Pre-release
  • Updated Documentation
  • df_loader can now take kwargs related to pandas
    it shall be given while we are creating ANAI objects in form of df_kwargs argument
  • Added opion to show graphs while explaining ANAI Models
  • Fit method will run Automaticaly if ANAI is ran through anai.run() if Regerssion or Classification are used separately fit shall be called
  • Explain Method now returns result in for dataframe
  • Removed Unnecessary Import from Predictor

ANAI Open Source Build 5

26 Aug 20:17
Compare
Choose a tag to compare

Update 0.1.5

Added new Examples
Removed FM Regressor to fix dependency on ttfm2

ANAI Open Source Build 4

12 Aug 14:48
Compare
Choose a tag to compare
  • Added 10 new classifiers and regressors
  • Updated Documentation

ANAI Open Source Build 3

26 Jul 09:08
Compare
Choose a tag to compare
  • Enabled Stacking Ensembler with CV
  • Removed Comments

ANAI Open Source Build 2

05 Jul 17:33
5eaff73
Compare
Choose a tag to compare
  • Fixed SHAP Explainer
  • Added Bool for enabling/disabling ensemble
  • Added initial 'auto' mode
  • Fixed Ensemblers to use pre fitted models
  • Added new ensembler -> Stacked Ensembler with CV

Update 0.1.2-alpha-5

01 Jul 11:33
Compare
Choose a tag to compare
Update 0.1.2-alpha-5 Pre-release
Pre-release
  • Fixed issues with Ensembler
  • Fixed issues with SHAP
  • Added Bool for enabling/disabling ensemble

Update 0.1.2-alpha-3

01 Jul 09:22
Compare
Choose a tag to compare
Update 0.1.2-alpha-3 Pre-release
Pre-release
  • FIxed issues with ensembler