Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge code from branch refactor/xg-boost-model to refactor/major_change_with_k1st #186

Merged
merged 59 commits into from
Feb 23, 2023

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    11ac728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    515dbca View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    632adf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ee2c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd5be61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95fe02a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. refactor: change param name to be clearer, split persist and load fun…

    …ction to more smaller functions to be clearer and easier to read
    phamhoangtuan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    33b7966 View commit details
    Browse the repository at this point in the history
  2. fix: rename ensemble to ensembler, add Oracle as backward compability…

    … of OracleModel, add func to gen train data for ensembler
    phamhoangtuan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    28f05c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    299aea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff540fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a823b36 View commit details
    Browse the repository at this point in the history
  6. fix: use logger from loguru, not logging; comment out UT for ts oracl…

    …e, update test case for fuzzy model
    phamhoangtuan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    2a4f5d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    337cccf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    f4501b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c600d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1880fc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    e1650c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    a0fc3ec View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. feat: create multi_model wrapper and kCollaborator (#173)

    * feat: create multi_model wrapper and kCollaborator
    
    * fix: type annotations
    
    * fix: debug collaborator & multi model
    
    * feat: add compelete user code for collaborator and multi model
    nubs01 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4c6b508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    070ecb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b59262 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    b6b8e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb16bf View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    54fa9eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae8533c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    54d851f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. feat: create oracle similar to collaborator, add hyperparam ingestion…

    … for xgboost modeler (#178)
    nubs01 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    948597d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77012cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39cb45 View commit details
    Browse the repository at this point in the history
  4. fix: add name attribute to FuzzyModel, fix approach to create datafra…

    …me from list of series in MultiModel
    phamhoangtuan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    dfca63a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26825ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bd5ca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Feat/improved models for build pipeline (#179)

    * feat: add some useful ensemble model/modelers
    
    * feat: fix xgboost regression building and create classifier
    
    * feat: abstract data_key and output_key for all predicitive models
    
    * feat: allow collaborator ensemble modeling with explicit labelled_data field
    
    * feat: allow passed hyperparams to override grid search in xgboost
    nubs01 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b92edeb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    f327074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81d869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d43a6f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    4c1e712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e116bdc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    e24d466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d7be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d4339 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    c859704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    768fd6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2948493 View commit details
    Browse the repository at this point in the history
  4. fix: deal with None prepared_data in k-colab when saving input_featur…

    …es stats, deal with None ensemble in Oracle
    phamhoangtuan committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4483a84 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    18b29af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f1703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6324f6b View commit details
    Browse the repository at this point in the history
  4. fix: convert numpy.ndarray to pandas.DataFrame when running LogisticR…

    …egression and RandomForest models predict
    phamhoangtuan committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    37a5e9b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    755391b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc1557 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. feat: Refactor XGB Model

    vophihungvn committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    047a4f8 View commit details
    Browse the repository at this point in the history
  2. fix: log

    vophihungvn committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8453e91 View commit details
    Browse the repository at this point in the history
  3. fix: evaluate func

    vophihungvn committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    185dae0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1311283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    047c22a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    916b939 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    6ad1d13 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    33e8a35 View commit details
    Browse the repository at this point in the history