Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Error message about iid from RandomizedSearchCV
Post: RE: Error message about iid from RandomizedSearchC...

(Aug-17-2023, 07:46 PM)deanhystad Wrote: Please post entire error trace. If you look through the sklearn documentation you'll see that "iid" is not a valid parameter name for RandomizedSearchCV. I...
Visiting General Coding Help 2 1,044 Aug-17-2023, 07:53 PM
    Thread: Error message about iid from RandomizedSearchCV
Post: Error message about iid from RandomizedSearchCV

Found another sample code for best parameter search from here: https://www.kaggle.com/code/arindambaner...d/notebook Got error message about one of the option iid=False, it says "__init__() got an u...
Visiting General Coding Help 2 1,044 Aug-17-2023, 07:29 PM
    Thread: Issue from RandomizedSearchCV
Post: RE: Issue from RandomizedSearchCV

(Aug-16-2023, 08:15 PM)deanhystad Wrote: You should post the entire error trace. I think this is your problem. estimator=Pipeline['clf'],Maybe should be this? estimator=Pipeline(['clf']), The code ...
Visiting General Coding Help 3 1,033 Aug-16-2023, 11:13 PM
    Thread: Issue from RandomizedSearchCV
Post: Issue from RandomizedSearchCV

I am trying to find best n_estimators for random forest, when running following script, got error message: TypeError: 'ABCMeta' object is not subscriptable Please help solve the problem, thank you! ...
Visiting General Coding Help 3 1,033 Aug-16-2023, 06:59 PM
    Thread: plotly expression problem
Post: RE: plotly expression problem

The code I posted is almost complete (I stopped at the beginning since no outcome obtained), it is from here: https://plotly.com/python/pca-visualization/ When I tried the first run, error message re...
Visiting General Coding Help 2 2,020 May-16-2021, 12:28 AM
    Thread: plotly expression problem
Post: RE: plotly expression problem

I use following code to generate graph, but nothing display, can anyone help? Thank you! # Visualize all the original dimensions import plotly.express as px df=px.data.iris() features=["sepal_width", ...
Visiting General Coding Help 2 2,020 May-16-2021, 12:06 AM
    Thread: plotly expression problem
Post: plotly expression problem

I use following code to generate graph, but nothing display, can anyone help? Thank you! # Visualize all the original dimensions import plotly.express as px df=px.data.iris() features=["sepal_width", ...
Visiting General Coding Help 2 2,020 May-16-2021, 12:04 AM
    Thread: How to create a graph for direction visualization
Post: RE: How to create a graph for direction visualizat...

Thank you!
Visiting General Coding Help 2 2,805 Sep-22-2018, 10:49 PM
    Thread: How to create a graph for direction visualization
Post: How to create a graph for direction visualization

Found a sample code for visualization of direction here: https://habr.com/post/129344/ but the dataset is not available, and language is not English. Do you know any source Visualization of Directio...
Visiting General Coding Help 2 2,805 Sep-22-2018, 01:29 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020