Zheng Han

Results 9 issues of Zheng Han

Trying to use TPOTRegressor on my own dataset: ``` from tpot import TPOTRegressor from sklearn.datasets import load_boston from sklearn.model_selection import train_test_split import pandas as pd from sklearn.metrics import mean_squared_error hhsz_...

This is related to #1097 about switching layers. I have two layers (L1, L2) each with span tags (L1_t1, L1_t2 for L1 and L2_t1, L2_t2 for L2). What I'm expecting...

🆕Enhancement
Module: Annotation
Requested

用了这个script ``` # The script below will automatically install Github Copilot CLI and obtain the Github Copilot Plugin Token through authorization bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)" ``` 貌似是成功生成了CLI token, 但是返回消息里同时说unable...

很奇怪,在自己的macbook上部署之后(docker)访问http://localhost:8080/v1/models是有返回结果的: ``` {"data":[{"created":1677610602,"id":"gpt-3.5-turbo","object":"model","owned_by":"openai","parent":null,"permission":[{"allow_create_engine":false,"allow_fine_tuning":false,"allow_logprobs":true,"allow_sampling":true,"allow_search_indices":false,"allow_view":true,"created":1677610602,"group":null,"id":"modelperm-89d710796dca","is_blocking":false,"object":"model_permission","organization":"*"}],"root":"gpt-3.5-turbo"},{"created":1677610602,"id":"gpt-4","object":"model","owned_by":"openai","parent":null,"permission":[{"allow_create_engine":false,"allow_fine_tuning":false,"allow_logprobs":true,"allow_sampling":true,"allow_search_indices":false,"allow_view":true,"created":1677610602,"group":null,"id":"modelperm-7cda54b44081","is_blocking":false,"object":"model_permission","organization":"*"}],"root":"gpt-4"}],"object":"list"} ``` 然而同样的docker image在GCP (GKE)上部署并expose 8080之后访问http://xx.xxx.xxx.xxxx:8080/v1/models则是 ``` This site can’t be reached xx.xxx.xxx.xxxx refused to connect. Try: Checking the connection [Checking the proxy and the firewall](chrome-error://chromewebdata/#buttons) ERR_CONNECTION_REFUSED ```...

### Describe the bug I'm able to set up `AZURE_API_BASE`, `AZURE_API_KEY`, `AZURE_API_VERSION` but using interpreter still has trouble using azure openai: ``` Traceback (most recent call last): File "/Users/zhh210/installs/anaconda3/bin/interpreter", line...

bug

Currently only name is displayed while hovering on a node. Is it possible to display other attributes of a node?

### Dagster version 1.7.4 ### What's the issue? I have a customized io manager (S3IOManager) that requires `s3_path` in its config: ``` resources = { "pyspark_step_launcher": no_step_launcher, "pyspark": deepsea_pyspark_resource, "s3_io_manager":...

type: bug
area: io-manager

Is there any issue with multiprocessing in Python2.7? It keeps giving an error (--model_type=2): ``` Train ep:100,time use :86s Testing model restored. Process Process-1: Traceback (most recent call last): File...

Is it possible to initialize the spark object from an existing SparkSession? The use case is that my work environment needs a special customized SparkSession that were wrapped up with...