GithubHelp home page GithubHelp logo

leferrad / pyoselm Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 14.0 172 KB

A Python implementation of Online Sequential Extreme Machine Learning (OS-ELM) for online machine learning

License: Apache License 2.0

Python 95.51% Gherkin 4.49%

pyoselm's Issues

Optimization module to tune hyper-parameters

This library could have a new feature: a module optimization with methods to try different hyper-parameters settings to get the best configuration of a model for a given dataset X, y.

Ideas for layers

A BatchNormalization layer could be a good idea to avoid overflows. Also, Dropout could be something useful (to be checked)

Add functional tests

This library needs testing regarding behavior to ensure the models are working fine in some given scenarios. A BDD testing approach is suggested to cover that with some functional tests.

Add a tutorial

A good option would be a simple Jupyter notebook, where it could show the main features to let the user understand how to completely use this library

Error when installing it via pip

If I try to install that package via pip.

pip install pyoselm

I get the following error:

ERROR: Command errored out with exit status 1:
     command: ...\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"....\\pyoselm\\setup.py'"'"'; __file__='
"'"'....\\pyoselm\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"
'"'exec'"'"'))' egg_info --egg-base '....\pyoselm\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "....\setup.py", line 18, in <module>
        install_requires=open("requirements.txt").read().split()
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

pinv2 error


ImportError Traceback (most recent call last)
F:\TEMP\ipykernel_234664\765891537.py in <cell line: 1>()
----> 1 from pyoselm import OSELMRegressor, OSELMClassifier
2 from sklearn.datasets import load_digits, make_regression
3 from sklearn.model_selection import train_test_split
4
5 print("Regression task")

d:\env\conda\envs\money\lib\site-packages\pyoselm_init_.py in
1 from pyoselm.elm import *
2 from pyoselm.layer import *
----> 3 from pyoselm.oselm import *
4
5 version = "1.0.1"

d:\env\conda\envs\money\lib\site-packages\pyoselm\oselm.py in
10
11 import numpy as np
---> 12 from scipy.linalg import pinv2
13 from scipy.sparse import eye
14 from scipy.special import softmax

ImportError: cannot import name 'pinv2' from 'scipy.linalg' (d:\env\conda\envs\money\lib\site-packages\scipy\linalg_init_.py)

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.