Jason Shin

Results 67 issues of Jason Shin

Add a description and examples on Natural Transformation

Example
help wanted
Description

https://ncatlab.org/nlab/show/profunctor

Example
help wanted
Description

## Environment * **IntelliJ Rust plugin version:** * **Rust toolchain version:** rustc 1.59.0 (9d1b2106e 2022-02-23) cargo 1.59.0 (49d8809dc 2022-02-10) * **IDE name and version:** * **Operating system:** macOS Monterey, Apple...

I was playing with @zorji 's `Exact` type and found that it errors for intersection types, but specifically when you construct the intersection type like `Array & Array` I can...

1. requirements.txt Add a `requirements.txt` for dependencies such as Tensorflow with an exact required version 2. black linting/formatting Add a Black formatting configuration to ensure code quality https://github.com/psf/black 3. License...

Enhancement

* **I'm submitting a ...** [/] feature request * **Summary** I'm thinking we can expose something like ``` const clusters = kmean.fit({ X: [[1, 2], [1, 4], [1, 0], [4,...

feature

Adaboost implementation

* **I'm submitting a ...** [/] documentation * **Summary** As part of the endeavour to introduce async API into machinelearn.js by @OlegStotsky , we should refactor the documentation processor so...

documentation

* **I'm submitting a ...** [/] bug report * **Summary** During the async API refactoring work done by @OlegStotsky, he found unit tests for Lasso and Ridge are failing with...

bug

* **I'm submitting a ...** [/] feature request * **Summary** As a result of BaggingClassifier work done by @OlegStotsky, we've realised that we need a better base interface that can...

enhancement
help wanted