Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F FEDOT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITMO-NSS-team
  • FEDOT
  • Issues
  • #183

Closed
Open
Created Nov 24, 2020 by Elizaveta Lutsenko@LizLutsenkoOwner

MemoryError

Created by: YanaPolonskaya

Ошибка возникает при задании максимальной глубины > 3 (но поскольку в оптимайзере глубина считается по Secondary нодам, фактически это >4). Она попадалась мне в немного различных проявляениях:

  1. Unable to allocate 104. KiB for an array with shape (1907,) and data type [('left_child', '<i8'), ('right_child', '<i8'), ('feature', '<i8'), ('threshold', '<f8'), ('impurity', '<f8'), ('n_node_samples', '<i8'), ('weighted_n_node_samples', '<f8')] (полный текст ошибки) и
  2. MemoryError: Unable to allocate 375. KiB for an array with shape (16000, 3) and data type float64 (полный текст ошибки)

Скорее всего так происходит всвязи с накоплением Кеша, т к чем деревья больше, тем стремительнее он растёт. Можно попробовать отключить все что с этим связано и проверить..

Assignee
Assign to
Time tracking