-
The recent merge of https://github.com/IDAES/idaes-pse/pull/627 has revealed additional issues with the HDS flowsheet example (Examples/Flowsheets/HDA_flowsheet_with_distillation_solution_testing.ipyn…
-
## Request (Issues with rbf)
The `scipy.interpolate.Rbf` has a lot of issues and can stand some real improvement.
First it is really an outlier from the rest of the scattered data interpolation…
-
@andgoldschmidt has [implemented](https://github.com/andgoldschmidt/Numerical_Differentiation) a number of numerical differentiation methods, some of which could easily be ported over to PySINDy. I'm …
-
Hi,
Below is my feedback for last 3 moths of VW usage. It's mostly feature requests, some ideas and only few non-critical bugs.
# I. VW
I spent last 3 months competing in kaggle's [avazu](http://www…
-
There are several problems in the `basex` method related to the underlying basis sets.
1. `nbf` ≠ `n` is currently not implemented. The utility of `nbf` `n` is questionable, but the original BASEX h…
-
Maybe we should add a function like
http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
-
I was trying to figure out how to invert a matrix in a 0.2.0 installation of julia, and I found out that 1/x gives me a different inverse than inv(x).
Here is my output
```
julia> x = rand(3, 3)
3x…