-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix docs * Benchmark he-frameworks * Add distributed inference * Fix pr comments
- Loading branch information
1 parent
a427a64
commit 7cf7eab
Showing
64 changed files
with
6,456 additions
and
3,395 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
stalactite.ml.arbitered package | ||
=============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
stalactite.ml.arbitered.base module | ||
----------------------------------- | ||
|
||
.. automodule:: stalactite.ml.arbitered.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
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,22 @@ | ||
stalactite.ml.honest.linear\_regression package | ||
=============================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
stalactite.ml.honest.linear\_regression.party\_master module | ||
------------------------------------------------------------ | ||
|
||
.. automodule:: stalactite.ml.honest.linear_regression.party_master | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
stalactite.ml.honest.linear\_regression.party\_member module | ||
------------------------------------------------------------ | ||
|
||
.. automodule:: stalactite.ml.honest.linear_regression.party_member | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
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,21 @@ | ||
stalactite.ml.honest.logistic\_regression package | ||
================================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
stalactite.ml.honest.logistic\_regression.party\_master module | ||
-------------------------------------------------------------- | ||
|
||
.. automodule:: stalactite.ml.honest.logistic_regression.party_master | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
stalactite.ml.honest.logistic\_regression.party\_member module | ||
-------------------------------------------------------------- | ||
|
||
.. automodule:: stalactite.ml.honest.logistic_regression.party_member | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,22 @@ | ||
stalactite.ml.honest package | ||
============================ | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
stalactite.ml.honest.linear_regression | ||
stalactite.ml.honest.logistic_regression | ||
|
||
Submodules | ||
---------- | ||
|
||
stalactite.ml.honest.base module | ||
-------------------------------- | ||
|
||
.. automodule:: stalactite.ml.honest.base | ||
:members: HonestPartyMaster, HonestPartyMember | ||
:undoc-members: | ||
:show-inheritance: |
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,19 @@ | ||
stalactite.ml package | ||
===================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
stalactite.ml.arbitered | ||
stalactite.ml.honest | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: stalactite.ml | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Oops, something went wrong.