/lgbm_exx

LgbmEx utility functions

Primary LanguageElixirApache License 2.0Apache-2.0

LgbmExx

LgbmExx is a library of ancillary functions that use LgbmEx.

  • cross_validate/3
  • grid_search/4
  • map_importance_rate/2
  • one_hot_encode/3
    • utility
  • columns_stats/2
    • utility
  • get_correlation_map/2
    • utility

NOTE

  • Beta version / Not stable

Instration

def deps do
  [
    {:lgbm_exx, "0.0.1", github: "tato-gh/lgbm_exx"}
  ]
end

License

Copyright 2024 tato

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.