Quantcast
Channel: Active questions tagged orange - Stack Overflow
Browsing latest articles
Browse All 219 View Live

--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article



Image may be NSFW.
Clik here to view.

Association Rules with Orange3 using table of orders/bills - How to convert...

I have a table of orders where we have many of orders, each order is an item. And in excel, you have 2 columns: OrderID and ItemName. So if u have 4 items in one order, you will have 4 row have the...

View Article

Image may be NSFW.
Clik here to view.

Orange data mining - not loading excel columns as numeric

I am currently working on a project about satellites and visualizing particular data about satellites from each country. For the data I am using Microsoft Excel. When loading the data from it,...

View Article

is there a way to export classification model from Orange to be used in Earth...

I used a pest infestation class sample point data and Sentinel 2 reflectance image for each points to build a classification model by using Orange Data Mining. I would like to use the model to classify...

View Article

missing "CSV File Import" widget in orange

I don't have the "CSV File Import" widget. according to various screenshots, it should be the second item (also a right-click and search yields nothing ...).my system:ubuntu 20.04orange: 3.30.2python...

View Article


How can I measure distances between categories using hierarchical clustering...

I'm doing text mining with Orange Data Mining. I'm using a corpus of 24 PDF files divided in 5 categories. I want to use hierarchical clustering in order to mesure distances between each category...

View Article

How do I alter a value with python script in Orange

This is my first time attempting anything in Orange, but I'm completely lost looking at Tables, Domains, attributes, etc. I know it's etiquette to attempt to post some code, but even after looking at...

View Article

Converting Pandas DataFrame to Orange Table

I notice that this is an issue on GitHub already. Does anyone have any code that converts a Pandas DataFrame to an Orange Table?Explicitly, I have the following table. user hotel star_rating user...

View Article


Why does my Word Cloud still have 2 words phrases?

I am currently trying to do word cloud for the review of a product. however, when i followed the template, i encountered 2-word phrases in it. is this normal or how do i correct this? This may be due...

View Article


Image may be NSFW.
Clik here to view.

Color Regions in a Scatter Plot

I recently found out that you can create color regions for scatter plots in Orange. I know Orange sits on top of python, so I figured I'd be able to recreate this, but I'm having a hard time. I haven't...

View Article

Folder for orange widget in local machine

Apologies if the question sounds silly, am a newbie to programming. I am trying to go through the tutorial for writing a demo widget:...

View Article

How do I install Orange 3 via Anaconda Navigator/ via Anaconda prompt?

I downloaded Anaconda from their official website and I need to install Orange 3 in one of my environments only, so I did it via the Anaconda navigator, but it has been loading for hours. How do I know...

View Article

how can you make hyper parameters? in orange3

I don't see any tools about this. do i have to download other tools?and 'test and score' how can i get f1 score? mine one only mse, mae comes outi've searched on internet about orange3 on hyper...

View Article


is it possible to export an orange canvas model to onnx format?

If I perform a ML project for example with sklearn, and whant to export it into ONNX format, then I have to follow those steps :import numpy as npfrom sklearn.datasets import load_irisfrom...

View Article

What is the difference between 'silhouette' and 'silhouette'(cluster) of...

Orange3After clustering data with the 'K-means' widget, the 'Silhouette Plot' widget was connected. After that, I connected the Silhouette Plot to the Data Table widget. At this point, the data table...

View Article


Orange Data Mining - File to NetworkFile

I want to use Orange Data Mining to explore a network. I have the data in a text-file.For using the networkwidget I need to make a networkfile. I can't seem to figure out how to do this.This is the...

View Article

How to get K-means unsupervised learning algorithm on orange3?

I installed orange3 using miniconda. I can not find K-Means unsupervised learning algorithm. where as other unsupervised learning algorithms are there.I tried installing the educational add-on but...

View Article


Using Orange 3 association rules in Python (Jupyter notebook)

so I am trying to using association rules in Orange. I do understand that moving from Orange 2 to Orange 3, association rules became an addon.So I added it and managed to use in the GUIs. But I am not...

View Article

Error installing package pip install orange3==3.30

I would like to install pip install orange3==3.30 in jupyter notebook (On Windows 11 and python 3.12). I get this error when I run !pip install orange3==3.30 code.× Getting requirements to build wheel...

View Article

Orange document keyword extraction

Am trying a to extract feature Keywords for each document in collection of txt files (all in one folder). Been trying different solutions without success. What I want is to extract keywords for each...

View Article

Merge columns inside 2d numpy array

I have a 2D numpy array from an Orange data table.How to merge the text from three columns into one column? All the solutions I have seen so far are about merging multiple arrays, but not about merging...

View Article


Orange Data Mining Python Script for LGBM w/optimization. Not showing parameters

I tried to replicate the behavior of the Orange widgets for models like XGBoost. In this case, I managed to get the Test&Score to show results using LightGBM with Bayesian optimization. I had to...

View Article


Image may be NSFW.
Clik here to view.

"ValueError: Numeric class variable expected" error in Orange Data Mining

I'm doing an assignment and it requires us to learn and do orange data mining. I'm quite unfamiliar with the application and having a hard time finding anything regarding it. Due to this, I can't find...

View Article

orange in anaconda does not get installed, can anyone help me?

enter image description herei have been trying to download orange, and also whenever it got downloaded it gives me an error saying that application is not responding. Orange started behaving weirdly on...

View Article

Why are the Keras and Orange VGG16 outputs different and how to fix it?

I'm optimizing some work I did moving from Orange to Python code, but I'm having some problems with image Embedders.I'm trying to recreate my work using Tensorflow/Keras, but the outputs of the VGG16...

View Article


Image may be NSFW.
Clik here to view.

Orange3 install through Anaconda Prompt gets stuck on 'solving environment'

opened anaconda prompt as administrator,first updated conda usingconda update condathen tried installing Orange3 usingconda config --add channels conda-forgeconda install pyqtconda install orange3as...

View Article

Image may be NSFW.
Clik here to view.

How to set Orange database management system options (load tool)

I am using the Orange database management system.(Refer to what you see in the image) When you command a regular sql statement and view the parsed table, the table looks good.However, when using the...

View Article

How do you setup a MySQL connection for Orange?

Has anyone ever setup a SQL connection for Orange? The API (https://docs.biolab.si//3/data-mining-library/reference/data.sql.html) does not provide any decent examples, from my read of things. If you...

View Article

Image may be NSFW.
Clik here to view.

Custom orange learner in python script is failing

I am trying to implement a custom learner in Orange similar to the stack learner.The input learners return yes, no and maybe. I want to implement an aggregate learner that takes the values of multiple...

View Article



Image may be NSFW.
Clik here to view.

Error CSV File Import in Orange Data Mining

I've been using orange data mining lately. When importing the dataset into orange, I found this errorTypeError: dtype bool cannot be converted to datetime64[ns]The picture of dataset is as followsCan...

View Article
Browsing latest articles
Browse All 219 View Live




Latest Images