Paul DeVos

Results 5 comments of Paul DeVos

> Hi, I'm developing my own stats NBA library (in C#, private repo atm sorry) and found a way to get (I think) all endpoints directly from the browsers console....

> Our server is configured with hive.server2.transport.mode set to HTTP. When switching to binary , everything seems to work perfectly. Is there a way to enable PyHive to work with...

I believe the header requirements by nba.com/stats has changed. The parameters are often the same with a few different API changes, e.g. boxscoreadvancedv2 => boxscoreadvancedv3 (version 3) ``` https://stats.nba.com/stats/boxscoreadvancedv3? GameID=0022200701&LeagueID=00&endPeriod=0&endRange=28800&rangeType=0&startPeriod=0&startRange=0...

I've also seen a 504 response, again this is using local [Mac], Jupyter Notebook Python requests package. But in actually going to the nba.com website, seeing the API endpoint in...

Getting the same error: AttributeError: 'PipelineModel' object has no attribute '_java_obj' Platform: Databricks ------ import shap from pyspark.ml import PipelineModel from pyspark.ml.classification import SparkXGBClassifier pipeline_model = PipelineModel.load('/path/to/model') xgb_model = pipeline_model.stages[1]...