HypHC icon indicating copy to clipboard operation
HypHC copied to clipboard

Any plan for a sklearn-like API?

Open AtlantixJJ opened this issue 4 years ago • 0 comments

Thank you for sharing your fantastic work! I am just wondering do you have any plan to develop a sklearn-like interface.

For example:

alg = HypHC(*args)
alg.fit(X)
label = alg.predict(X)

Thank you!

AtlantixJJ avatar Jun 23 '21 13:06 AtlantixJJ