Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training a model should progressively log its progress #75

Open
JasonShin opened this issue Oct 4, 2018 · 1 comment
Open

Training a model should progressively log its progress #75

JasonShin opened this issue Oct 4, 2018 · 1 comment
Labels
feature New feature that does not exist in Kalimdor.js yet

Comments

@JasonShin
Copy link
Member

JasonShin commented Oct 4, 2018

  • I'm submitting a ...
    [/] feature request

  • Summary
    I'm thinking we can expose something like

const clusters = kmean.fit({
   X: [[1, 2], [1, 4], [1, 0], [4, 2], [4, 4], [4, 0]],
   log: function(msg) {
     // msg contains the details about the training progress
   }
 });

Considerations:

  • Enable it optionally
@JasonShin JasonShin changed the title Model training should progressively logs the progress Training a model should progressively log its progress Oct 4, 2018
@JasonShin JasonShin added feature New feature that does not exist in Kalimdor.js yet hacktoberfest labels Oct 4, 2018
@efritsche69
Copy link

Question: is this feature allready implemented or under delvelopment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that does not exist in Kalimdor.js yet
Projects
None yet
Development

No branches or pull requests

2 participants