close
The Wayback Machine - https://web.archive.org/web/20221225080640/https://github.com/nshahpazov
Skip to content
Avatar
Block or Report

Block or report nshahpazov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Master Thesis repo containing code for the electronic sports real time prediction

    HTML 1

  2. 1
    function traverse(node) {
    2
      return Promise.all(R.map(c => Promise.resolve(c), node.children))
    3
      .then((nodes) => {
    4
        return Promise.all(nodes.map(traverse))
    5
        .then(R.reduce((prev, arr) => arr.concat(prev), []))
  3. A python reproduction of the examples and chapters of Feature Engineering and Selection

    Jupyter Notebook

  4. Forecasting Principles and Practice in Python

    Jupyter Notebook

  5. Jupyter Notebook

84 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2022

Created 2 commits in 2 repositories
Created 2 repositories

Created a pull request in sktime/sktime that received 12 comments

[DOC] added post-processing notes in tutorial

Reference Issues/PRs #2608 Description of PR Checked and confirmed that dunder pipeline methods are described in the tutorial Added myself to …

+116 −36 12 comments
Reviewed 1 pull request in 1 repository
sktime/sktime 1 pull request

Seeing something unexpected? Take a look at the GitHub profile guide.