• Nikita Titov's avatar
    [docs] documented crash in case categorical values is bigger max int32 (#1376) · a0c69417
    Nikita Titov authored
    * added checks for categorical features > max_int32
    
    * added tests
    
    * fixed pylint
    
    * removed warnings about overridden categorical features
    
    * Revert "removed warnings about overridden categorical features"
    
    This reverts commit 289a426c700ce8934a526cc456a1b1cd5c621db9.
    
    * a little bit more efficient checks
    
    * added notes about max values in categorical features
    
    * Revert "a little bit more efficient checks"
    
    This reverts commit bed88830243da21a2db454873c0e308126e05732.
    
    * Revert "fixed pylint"
    
    This reverts commit a229e1563b0abc1b13de6358577abf90bd529015.
    
    * Revert "added tests"
    
    This reverts commit 299e001b7550111555b80730d673d4f225cf5f74.
    
    * Revert "added checks for categorical features > max_int32"
    
    This reverts commit 2cc7afacde7c6366644f6988ccedc344752b68c7.
    a0c69417
engine.py 21.2 KB