Coder Social home page Coder Social logo

fcmpy's People

Contributors

dependabot[bot] avatar gnapoles avatar isaldiviagonzatti avatar maxiuw avatar n7remus avatar samvelmk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fcmpy's Issues

Unable to find the sample data

Hi - I am trying out this code and see that the sample file (data_test.csv) referred to in the below statement is missing. There is a data_test.xlsx but am unable to save it as csv as it has multiple worksheets. Am I missing something?

data = fcm.read_data(file_path= os.path.abspath('../unittests/test_cases/data_test.csv'),
sep_concept='->', csv_sep=';')

Test data

@SamvelMK Hi, Thanks for developing this great package.

I am trying out fcmpy.
What does thesep_concept='->' do ? in this code

data = fcm.read_data(file_path= os.path.abspath('../unittests/test_cases/data_test.csv'), 
                      sep_concept='->', csv_sep=';')

Thank you.

Error with code from tutorial

I try to run the examples from https://maxiuw.github.io/fcmpyhtml/tutorial/nhl.html and I get the error:

Jupyter QtConsole 5.4.2
Python 3.8.16 (default, Mar  2 2023, 03:18:16) [MSC v.1916 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.12.0 -- An enhanced Interactive Python. Type '?' for help.

from fcmpy.ml.hebbian.runner import simulator
import numpy as np
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 from fcmpy.ml.hebbian.runner import simulator
      2 import numpy as np

ModuleNotFoundError: No module named 'fcmpy.ml.hebbian.runner'

Fcmpy installed with:

conda create --name fcm python=3.8
conda activate fcm
pip install fcmpy

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.