Giter Site home page Giter Site logo

Comments (7)

pabvald avatar pabvald commented on July 23, 2024 3

@kcambrek I believe that having install modal interfers with the import of modAL-python. I deleted the virtual enviroment and reinstalled all the requirements, including modAL-python>=0.4.1. The problem was solved.

If you don't want to delete the whole enviroment and install the packages, maybe try:

pip uninstall modal
pip install --force-reinstall --no-cache-dir modAL-python>=0.4.1

from modal.

kcambrek avatar kcambrek commented on July 23, 2024 2

import modAL still seems not to work. I tried different versions of modAL-python.

`----> 4 from modAL.models import ActiveLearner
5 from modAL.uncertainty import uncertainty_sampling

ModuleNotFoundError: No module named 'modAL'
`

import modal results in `---> 12 from modAL.utils.validation import check_class_labels, check_class_proba
13 from modAL.uncertainty import uncertainty_sampling
14 from modAL.disagreement import vote_entropy_sampling, max_std_sampling

ModuleNotFoundError: No module named 'modAL'`

Changing the name package folder from "modal" to "modAL" worked..

from modal.

fritshermans avatar fritshermans commented on July 23, 2024 1

this is pretty serious as packages depending on modal cannot be installed properly now

from modal.

mwalmsley avatar mwalmsley commented on July 23, 2024 1

Could we update the docs to the new package name? This puzzled me for a little while.

https://modal-python.readthedocs.io/en/latest/content/overview/Installation.html#

Happy to PR if helpful

from modal.

cosmic-cortex avatar cosmic-cortex commented on July 23, 2024

The new package name is modAL-python. I have indicated this in the docs and in #168, but I won't close this issue for more visibility.

from modal.

Jalkhov avatar Jalkhov commented on July 23, 2024

Changing the name package folder from "modal" to "modAL" worked..

Doing this i am getting AttributeError: 'ActiveLearner' object has no attribute 'bootstrap_init'

from modal.

h4gen avatar h4gen commented on July 23, 2024

Poetry as package manager:
from modAL.models import ActiveLearner -> ModuleNotFoundError: No module named 'modAL'
from modal.models import ActiveFeedback ->

      3 import numpy as np
----> 4 from modAL.acquisition import max_EI
      5 from modAL.disagreement import max_std_sampling, vote_entropy_sampling
      6 from modAL.models.base import BaseCommittee, BaseLearner

ModuleNotFoundError: No module named 'modAL'

I cannot get it to run. From my point of view the library is completely unusable at the moment.

from modal.

Related Issues (20)

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.