1.0 Release - Info #416
Replies: 2 comments
-
|
@SimonMolinsky interested to see what changes in the new version! If you can share, I'd love to know what about the cloud deployment prompted the decision to keep this lightweight. Scikit-learn is a heavy dependency but tends to be well supported. So I was curious (since I depend on it myself in other projects). |
Beta Was this translation helpful? Give feedback.
-
|
@leouieda For me the biggest pain is the universal kriging implementation. Without regression from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pyinterpolateis under heavy optimization and refactoring. I plan the 1.0 release in the upcoming year, so stay tuned! If you have any ideas or comments related to the package, feel free to share them, and I will consider every single one!To let you know, I'm using this package in a business setting on cloud platforms, and it drives some decisions.
Pyinterpolatewill be relatively lightweight. I don't plan to usescikit-learnor any package of this size as a dependency. The package will be modular, and some modules and dependencies will be optional.Beta Was this translation helpful? Give feedback.
All reactions