Haoyin Xu

Results 48 comments of Haoyin Xu

@jzheng17 great! You can ask @rflperry if you have questions about the intended implementations.

@amyvanee Which version of `proglearn` are you using?

@amyvanee always use the latest version, which is `0.0.6` now. And what are `data_x` & `flat_x` & ... ? We have no idea what they are, but the `y` seems...

- The error is unrelated to `proglearn`. I have never seen it before. - Your fitting process doesn't make sense. Based on your descriptions, each `y` image is different so...

BTW are you working on #39 ? Why didn't you comment on it?

@amyvanee No problem. As the example in your link, `sklearn` RF must rely on `skimage` to process the images. You can definitely follow it and try it on `proglearn`. Odif...

@amyvanee @nhwagle @KhelmholtzR you should all comment on #39 and create your independent sub-issue here. So we can keep track of what you are working on.

- First, code block uses ``` - Second, you are still using 0.0.5

Cool. Having up-to-date software is always the minimum necessity for development. Some of your problems might already be solved by 0.0.6.

@amyvanee ~~you should use `from proglearn import LifelongClassificationForest`. We currently have no submodules for the package.~~ The original command is fine.