Skip to content

Instantly share code, notes, and snippets.

@QuantumDamage
Created April 15, 2017 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuantumDamage/99eefb894464c41c3c7bc07731cdf0c4 to your computer and use it in GitHub Desktop.
Save QuantumDamage/99eefb894464c41c3c7bc07731cdf0c4 to your computer and use it in GitHub Desktop.
imp = Imputer(missing_values='NaN', strategy='mean', axis=0)
imp.fit(heartData)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment