]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tensors/demos/demos.factor
factor: trim using lists
[factor.git] / extra / tensors / demos / demos.factor
index 2192e2e139cb68028e910d7c6cebea45ef9e58f8..00cebc095a2664b716f5a60923bc1c4df29a1b2f 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 ! 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 ;
+USING: arrays accessors csv io io.encodings.utf8 kernel math math.parser
+ranges math.statistics prettyprint sequences tensors ;
 IN: tensors.demos
 
 <PRIVATE