pymks
pymks copied to clipboard
Materials Knowledge System in Python
Please tell me the references behind the API. Thanks!
The sidebar menu runs below the page and doesn't provide any scrolling on the RTD pages. There is also no way to collapse the menus. This makes the examples difficult...
Homogenization workflow demonstrating bias when cross-validation is not performed correctly.
Still a draft pull request. * atomstat.py implements tools to compute 2 point correlations for atomic-scale datasets. * the data folder contains example files for testing the code * the...
Hi, I have series of images on my computer which is generated using a Random sequential algorithm (RSA). For this, images I have output variables. I need to train the...
Hi Team, I have a relative loading map of 2PCs after PCA and thought of reconstructing it back to the raw microstructure to look at how the reduced-order representation of...
``` import numpy as np data = np.array([[0, 1]]) data_ = PrimitiveTransformer(n_state=2, min_=0.0, max_=1.0).transform(data) type(data_) ``` `data_` should be a numpy array in this case
When we have a 4 x 4 array, we should be able to get a 7 x 7 two-point correlation matrix (meaning cutoff 4) but the current function only provides...
- Tried `make_da_return` wrapper on the `discretize` function - Tried to implement (without wrapper) `make_da_return` within the `discretize` function all failed the `GridsearchCV ` for cahn_hillard notebook
``` ib/python3.7/site-packages/pymks/fmks/func.py::pymks.fmks.func.deprecate /home/wd15/miniconda3/envs/pymksa4/lib/python3.7/site-packages/pymks/fmks/func.py:1: DeprecationWarning: Call to deprecated function (or staticmethod) wrapper. (Use pymks.fmks instead.) -- Deprecated since version 0.4. """Functional helper functions for fmks. lib/python3.7/site-packages/pymks/fmks/data/multiphase.py::pymks.fmks.data.multiphase.generate lib/python3.7/site-packages/pymks/fmks/data/multiphase.py::pymks.fmks.data.multiphase.quantile_ndim lib/python3.7/site-packages/pymks/fmks/tests/test_multiphase.py::test_2d lib/python3.7/site-packages/pymks/fmks/tests/test_multiphase.py::test_1d lib/python3.7/site-packages/pymks/fmks/tests/test_multiphase.py::test_3d lib/python3.7/site-packages/pymks/fmks/tests/test_multiphase.py::test_versus_old...