Skip to content

ANAI Open Source Build 6

Compare
Choose a tag to compare
@d4rk-lucif3r d4rk-lucif3r released this 23 Sep 10:03
· 3 commits to main since this release
  • 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