Giter VIP home page Giter VIP logo

daodavid / classic-ml Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.52 MB

Implementation of classic machine learning concepts and algorithms from scratch and math behind their implementation.Written in Jupiter Notebook Python

License: Apache License 2.0

Jupyter Notebook 22.15% HTML 77.85%
linear machine-learning pca python regression softmax-regression cross-entropy entropy gradient-descent k-fold-cross-validation

classic-ml's People

Contributors

daodavid avatar

Stargazers

 avatar

Watchers

 avatar

classic-ml's Issues

NamingError: Failed to locate the nameserver

Sentry Issue: MONITOR-NAME-SERVER-2

gaierror: [Errno -2] Name or service not known
  File "Pyro5/socketutil.py", line 88, in get_ip_address
    return getaddr(config.PREFER_IP_VERSION) if version is None else getaddr(version)
  File "Pyro5/socketutil.py", line 80, in getaddr
    ip = socket.getaddrinfo(hostname or socket.gethostname(), 80, family, socket.SOCK_STREAM, socket.SOL_TCP)[0][4][0]
  File "socket.py", line 752, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

gaierror: [Errno -2] Name or service not known
  File "Pyro5/client.py", line 282, in connect_and_handshake
    sslContext=sslContext)
  File "Pyro5/socketutil.py", line 242, in create_socket
    addr = get_ip_address(connect[0])
  File "Pyro5/socketutil.py", line 92, in get_ip_address
    return getaddr(0)
  File "Pyro5/socketutil.py", line 80, in getaddr
    ip = socket.getaddrinfo(hostname or socket.gethostname(), 80, family, socket.SOCK_STREAM, socket.SOL_TCP)[0][4][0]
  File "socket.py", line 752, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

CommunicationError: cannot connect to ('prodml.identrics.net', 9090): [Errno -2] Name or service not known
  File "Pyro5/core.py", line 281, in locate_ns
    proxy._pyroBind()
  File "Pyro5/client.py", line 182, in _pyroBind
    return self.__pyroCreateConnection(True)
  File "Pyro5/client.py", line 342, in __pyroCreateConnection
    connect_and_handshake(conn)
  File "Pyro5/client.py", line 304, in connect_and_handshake
    raise errors.CommunicationError(err) from x

NamingError: Failed to locate the nameserver
  File "init_ns_state.py", line 30, in <module>
    main()
  File "init_ns_state.py", line 18, in main
    with Pyro5.core.locate_ns(settings.ip_addr) as ns:
  File "Pyro5/core.py", line 285, in locate_ns
    raise errors.NamingError("Failed to locate the nameserver") from x

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.