1. 10 5月, 2023 1 次提交
    • xuchaoxin1375's avatar
      - initially support the interface language switch:between Chinese and English · 3caa54e2
      xuchaoxin1375 提交于
        - the approch to achieve the multilanguage support depending on language string resource py file:
          - `zh.py` for Chinese
          - `en.py` for english
        - for convenience,these module was managed by the `multilanguage.py`module.
        - unfortunately,these features was test in `fviewer.py`,the main gui was still unable to work normally because the `windows.close` caused the program broken!
      - improve the regex_filter performance by using `re.compile` instead `re.<function>`
      3caa54e2
  2. 27 4月, 2023 1 次提交
    • xuchaoxin1375's avatar
      - "update the client layout with more available parameters... · 74e45e75
      xuchaoxin1375 提交于
      - "update the client layout with more available parameters cross-validation(`kfold`/`shufflesplit`/`StratifiedShuffleSplit`)
      - support the `n_splits` as a slider element for use to adjust the folds
      - update the `confusion matrix table`show button
      74e45e75