Steven Lee

Results 8 comments of Steven Lee

经过它同意了,这个是废弃的手机,不怕装360,日常使用的不敢装

sorry, wrong place, should be an issue of https://github.com/mgholam/hOOt

I made a dirty solution to combine [hOOt](https://github.com/witwall/hOOt) with [RaptorDB-Document](https://github.com/witwall/RaptorDB-Document), with some modification. It works now and the bug was fixed. but there is another issue, in old hOOt, punctuation...

```python import matplotlib.pyplot as plt from adjustText import adjust_text import numpy as np import pandas as pd np.random.seed(0) x, y = np.random.random((2,30)) fig, ax = plt.subplots() plt.plot(x, y, 'bo') texts...

output conversions

you got it.

try in this way, I have tested it on spark2.3.1 and spark 2.4, both works ``` from pyspark.sql import SparkSession spark = SparkSession.builder.\ config("spark.jars","/Users/steven/spark/spark-tree-plotting/*").\ getOrCreate() ```

give up this one, and have a look https://github.com/parrt/dtreeviz, ### intro A python library for decision tree visualization and model interpretation. Currently supports [scikit-learn](https://scikit-learn.org/stable), [XGBoost](https://xgboost.readthedocs.io/en/latest), [Spark MLlib](https://spark.apache.org/mllib/), and [LightGBM](https://lightgbm.readthedocs.io/en/latest/) trees....