Giter VIP home page Giter VIP logo

greenatom-ml-2019-11's Introduction

greenatom-ml-2019-11's People

Contributors

19as avatar jubbon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

19as

greenatom-ml-2019-11's Issues

Разбить код сценария app.py на 2 отдельных модуля

Первый модуль (сценарий Python) только тренирует модель и сохраняет ее на диск. Второй модуль (сценарий Python) загружает модель и применяет ее к новым данным. Это будет удобно для разбиения на команды make train и make predict.

Ошибка при выдаче подразделений для некоторых проектов

KeyError: 'Сотрудников в проекте'
Traceback:
  File "/usr/local/lib/python3.7/site-packages/streamlit/ScriptRunner.py", line 311, in _run_script
    exec(code, module.__dict__)
  File "/usr/src/app/app/__main__.py", line 6, in <module>
    main()
  File "./app/main.py", line 39, in main
    widgets.project.units(st, project, locale=locale)
  File "./app/gui/widgets/project.py", line 73, in units
    window.table(df.sort_values(by=["Сотрудников в проекте"], ascending=[False, ]))
  File "/usr/local/lib/python3.7/site-packages/pandas/core/frame.py", line 5008, in sort_values
    k = self._get_label_or_level_values(by, axis=axis)
  File "/usr/local/lib/python3.7/site-packages/pandas/core/generic.py", line 1774, in _get_label_or_level_values
    raise KeyError(key)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.