]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tensors/demos/demos.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / tensors / demos / demos.factor
index 2192e2e139cb68028e910d7c6cebea45ef9e58f8..6d1ad9b5fb1d27597d4b215d9ce7619980d61bb6 100644 (file)
@@ -3,7 +3,7 @@
 ! Code based on https://towardsdatascience.com/linear-regression-from-scratch-with-numpy-implementation-finally-8e617d8e274c
 
 USING: arrays accessors csv io io.encodings.utf8 kernel locals math math.parser
-math.ranges math.statistics prettyprint sequences tensors ;
+ranges math.statistics prettyprint sequences tensors ;
 IN: tensors.demos
 
 <PRIVATE