-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c23915
commit ac930ac
Showing
18 changed files
with
120 additions
and
147 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Datasets | ||
======== | ||
|
||
.. include:: ../../../src/skmatter/datasets/descr/csd-1000r.rst | ||
|
||
.. include:: ../../../src/skmatter/datasets/descr/degenerate_CH4_manifold.rst | ||
|
||
.. include:: ../../../src/skmatter/datasets/descr/nice_dataset.rst | ||
|
||
.. include:: ../../../src/skmatter/datasets/descr/who_dataset.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ API Reference | |
preprocessing | ||
selection | ||
linear_models | ||
pcovr | ||
gfrm | ||
decomposition | ||
metrics | ||
datasets | ||
utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Linear Models | ||
============= | ||
|
||
Orthogonal Regression | ||
--------------------- | ||
|
||
.. autoclass:: skmatter.linear_model.OrthogonalRegression | ||
|
||
Ridge Regression with Two-fold Cross Validation | ||
----------------------------------------------- | ||
|
||
.. autoclass:: skmatter.linear_model.RidgeRegression2FoldCV | ||
|
||
PCovR | ||
----- | ||
|
||
Principal Covariates Regression is a linear model, see :ref:`PCovR-api`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Reconstruction Measures | ||
======================= | ||
|
||
.. automodule:: skmatter.metrics | ||
|
||
.. _GRE-api: | ||
|
||
Global Reconstruction Error | ||
--------------------------- | ||
|
||
.. autofunction:: skmatter.metrics.pointwise_global_reconstruction_error | ||
.. autofunction:: skmatter.metrics.global_reconstruction_error | ||
|
||
.. _GRD-api: | ||
|
||
Global Reconstruction Distortion | ||
-------------------------------- | ||
|
||
.. autofunction:: skmatter.metrics.pointwise_global_reconstruction_distortion | ||
.. autofunction:: skmatter.metrics.global_reconstruction_distortion | ||
|
||
.. _LRE-api: | ||
|
||
Local Reconstruction Error | ||
-------------------------- | ||
|
||
.. autofunction:: skmatter.metrics.pointwise_local_reconstruction_error | ||
.. autofunction:: skmatter.metrics.local_reconstruction_error |
1 change: 1 addition & 0 deletions
1
docs/src/preprocessing.rst → docs/src/references/preprocessing.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Preprocessing | ||
============= | ||
|
||
.. automodule:: skmatter.preprocessing | ||
|
||
KernelNormalizer | ||
---------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
""" | ||
scikit-matter | ||
============= | ||
scikit-matter is a toolbox of methods developed in the computational chemical and | ||
materials science community, following the `scikit-learn <https://scikit.org/>`_ API and | ||
coding guidelines to promote usability and interoperability with existing workflows. | ||
""" | ||
|
||
__version__ = "0.1.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters