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