Coder Social home page Coder Social logo

ai_utils's People

Contributors

cjlcarvalho avatar patricksferraz avatar pedronovaes avatar rcluan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ai_utils's Issues

Numpy error


AttributeError Traceback (most recent call last)
in
----> 1 import numpy as np
2 import pandas
3 from sklearn.preprocessing import MinMaxScaler
4 from keras.models import Sequential
5 from keras.layers import LSTM, Dense, Dropout

~/.local/lib/python3.6/site-packages/numpy/init.py in
140 from . import _distributor_init
141
--> 142 from . import core
143 from .core import *
144 from . import compat

~/.local/lib/python3.6/site-packages/numpy/core/init.py in
57 from . import numerictypes as nt
58 multiarray.set_typeDict(nt.sctypeDict)
---> 59 from . import numeric
60 from .numeric import *
61 from . import fromnumeric

~/.local/lib/python3.6/site-packages/numpy/core/numeric.py in
3091 from .umath import *
3092 from .numerictypes import *
-> 3093 from . import fromnumeric
3094 from .fromnumeric import *
3095 from . import arrayprint

~/.local/lib/python3.6/site-packages/numpy/core/fromnumeric.py in
15 from . import numerictypes as nt
16 from .numeric import asarray, array, asanyarray, concatenate
---> 17 from . import _methods
18
19 dt = nt.sctype2char

~/.local/lib/python3.6/site-packages/numpy/core/_methods.py in
156 )
157
--> 158 _NDARRAY_ARRAY_FUNCTION = mu.ndarray.array_function
159
160 def _array_function(self, func, types, args, kwargs):

AttributeError: type object 'numpy.ndarray' has no attribute 'array_function'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.