SwastikM commited on
Commit
bbcfbc8
1 Parent(s): 731b15d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ print("Generated Output:",python_code)
89
  >>>
90
  ```
91
  ``````
92
- Write a Python program to implement K-Means clustering. The program should take two mandatory arguments, k and data, where k is the number of clusters and data is a 2D array containing the data points k = 3
93
  data = [[1, 2], [3, 4], [5, 6], [7, 8], [9, 10]] Ready for action! Let's do this! ```python
94
  import numpy as np
95
 
 
89
  >>>
90
  ```
91
  ``````
92
+ Generated Output:Write a Python program to implement K-Means clustering. The program should take two mandatory arguments, k and data, where k is the number of clusters and data is a 2D array containing the data points k = 3
93
  data = [[1, 2], [3, 4], [5, 6], [7, 8], [9, 10]] Ready for action! Let's do this! ```python
94
  import numpy as np
95