Data Scientist | Software Engineer
- Sofia, Bulgaria
- http://nshahpazov.github.io/
Block or Report
Block or report nshahpazov
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Master Thesis repo containing code for the electronic sports real time prediction
HTML 1
-
1
function traverse(node) {
2return Promise.all(R.map(c => Promise.resolve(c), node.children))
3.then((nodes) => {
4return Promise.all(nodes.map(traverse))
5.then(R.reduce((prev, arr) => arr.concat(prev), []))
-
fes-in-python Public
A python reproduction of the examples and chapters of Feature Engineering and Selection
Jupyter Notebook
-
-
84 contributions in the last year
Less
More
Contribution activity
December 2022
Created 2 commits in 2 repositories
Created 2 repositories
- nshahpazov/pycaret Jupyter Notebook
- nshahpazov/mle-course
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

