haifengl / smile

Statistical Machine Intelligence & Learning Engine
https://haifengl.github.io
Other
5.97k stars 1.13k forks source link

Imports unresolved #734

Closed ceecer1 closed 1 year ago

ceecer1 commented 1 year ago

Showing error on imports: import smile.data.{Attribute, AttributeDataset, NumericAttribute}

Environment details:

DmytroMitin commented 1 year ago

https://stackoverflow.com/questions/75398344/unresolved-imports-in-smile-machine-learning-library

ceecer1 commented 1 year ago

[error] not found: https://repo1.maven.org/maven2/com/github/haifengl/smile-plot_2.13/3.0.0/smile-plot_2.13-3.0.0.pom [error] not found: https://oss.sonatype.org/content/repositories/snapshots/com/github/haifengl/smile-plot_2.13/3.0.0/smile-plot_2.13-3.0.0.pom

ceecer1 commented 1 year ago

smile-plot is unresolved for version 3.0.0

DmytroMitin commented 1 year ago

@ceecer1 https://repo1.maven.org/maven2/com/github/haifengl/smile-plot/3.0.0/ Replace %% with % (or remove _2.13)

ceecer1 commented 1 year ago

Thanks bummer! I didn't notice that.