ivan-marroquin

Results 58 comments of ivan-marroquin

Hi @avati Thanks for the suggestion. Before pursuing more work with xgboost, I tried the following code: #_________________ from sklearn.ensemble import GradientBoostingRegressor learner= GradientBoostingRegressor(loss= 'ls', learning_rate= 0.05, n_estimators= 1, criterion=...

Hi @avati Thanks for the suggestion, I tried the command with lambda, and get this message: Cannot clone object '' (type ): it does not seem to be a scikit-learn...

Hi @caiquanyou I think that way on how to run xgboost with ngboost (and perhaps, it applies as well to lightgbm). I found this publication: https://www.researchgate.net/publication/349528379_Reliable_Evapotranspiration_Predictions_with_a_Probabilistic_Machine_Learning_Framework and the code source...

@StatMixedML thanks for sharing the link of your approach!

Hi @dyerrington I have the same issue with PDPpox version 0.2.0. I am using Python 3.6.5 on a windows machine. The classifier was generated using xgboost 0.90 with command XGBClassifier...

Hi there, I was wondering if someone had the opportunity to look into this issue. Many thanks, Ivan

Hi @SauceCat As per your request: pdpbox_interaction= pdp.pdp_interact(model= best_trained_model, dataset= pd_test_inputs, model_features= feature_names, features= features_to_plot) File "c:\temp\python\python3.6.5\lib\site-packages\pdpbox\pdp.py", line 558, in pdp_interact n_jobs=n_jobs, predict_kwds=predict_kwds, data_transformer=data_transformer) File "c:\temp\python\python3.6.5\lib\site-packages\pdpbox\pdp.py", line 159, in pdp_isolate...

Hi @jokva Many thanks for the suggestion. So, I decided to follow the Python code in https://github.com/equinor/segyio/blob/master/python/examples/copy-sub-cube.py Here is my new script: ########################################## import numpy as np import segyio import...

Hi @dlech Many thanks for your suggestions. I noticed that the IP address in EV3 changed. So, I tried this command: scp robot@:~/sounds and it worked as expected. Could you...