Skip to content

Releases: upura/ayniy

v1.1.0

05 Jan 19:36
4f3f467
Compare
Choose a tag to compare
  • Update models #88
    • Create SVM
    • Create KNN
    • Create RandomForest
    • Update NN (TF keras)
  • Show feature importance for all possible models #89
    • CatBoost
    • XGBoost
    • Ridge
    • Random Forest

v1.0.7

05 Jan 00:45
2ebce6c
Compare
Choose a tag to compare
  • Fix ResRunner
  • Fix starter.sh
  • Fix XGBoost verbose
  • Update README.md

v1.0.6

14 Nov 22:50
dbb7dc8
Compare
Choose a tag to compare
  • Create model_nn #79
  • Change input path to create pickle folder #80

v1.0.5

16 Oct 03:28
3533bfb
Compare
Choose a tag to compare
  • Update docker image from v76 to v88 close #77
  • Docker mlflow settings #76
  • Solve conflicts between black and isort

v1.0.4

21 Aug 21:13
0bb1838
Compare
Choose a tag to compare

Fix FeatureStore

v1.0.3

21 Aug 17:09
e3188a6
Compare
Choose a tag to compare

Introduce flake8, isort, black, and mypy.

v1.0.2

16 Aug 05:36
Compare
Choose a tag to compare

Fix model.runner.

v1.0.1

15 Aug 10:31
Compare
Choose a tag to compare

Fix target encoding.

v1.0.0

09 Aug 06:05
10537ab
Compare
Choose a tag to compare

This is the release note of v1.0.0.

Highlights

The concept of the first major version is "Keep it simple".

preprocessing

  • Delete too complicated original pipelines for feature engineerings
  • Instead, use xfeat for simplification
  • Delete text processing because now we can refer nlp-recipes-ja if necessary

model

  • Delete unfamiliar algorithm such as NGBoost, TabNet, and TNN

v0.1.0

08 Aug 17:10
9db0c56
Compare
Choose a tag to compare

This is the release note of v0.1.0.