Skip to content
View nshahpazov's full-sized avatar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
nshahpazov/README.md

Hi there ๐Ÿ‘‹ I am Nikola

A Full Stack Engineer and a Data Scientist with 8+ years of experience in Full-Stack Software Engineering and Data Science.

I've studied

  • Computer Science (BSc) at Sofia University
  • Probability Theory and Mathematical Statistics (MSc) at Sofia University.

During my studies I've been a teaching assistant for the following courses

  • Advanced Javascript
  • Statistics

My professional experience involves

Languages

Python Javascript Javascript R Ruby PHP Java

Machine Learning and Data Science

Regression TimeSeries

Front end

Angular Vue React Ext Backbone

Back end

Node Laravel Spring Express Flask

Databases

SQLite Postgres Mysql Neo Mongo

Operationalization

Docker AWS

Let's Connect

linkedin

Pinned Loading

  1. electronic-sports-predictions electronic-sports-predictions Public

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

    HTML 2

  2. promise-dfs.js promise-dfs.js
    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. fes-in-python fes-in-python Public

    A python reproduction of the examples and chapters of Feature Engineering and Selection

    Jupyter Notebook 1

  4. fpp-in-python fpp-in-python Public

    Forecasting Principles and Practice in Python

    Jupyter Notebook 1 1

  5. houses-ds-project houses-ds-project Public

    Jupyter Notebook 1 1